651 |
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=45)) AND ((pac_1.id_attribute=183)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=105 AND c.nright<=106 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=45)) AND ((pac_2.id_attribute=183)) GROUP BY pac.id_attribute |
207.559
ms
|
325644 |
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)
|
653 |
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) LEFT JOIN pswc_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute=45)) AND ((pac_1.id_attribute=183)) AND ((pac_2.id_attribute=194)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=105 AND c.nright<=106 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) LEFT JOIN pswc_product_attribute_combination pac_3 ON (pa.id_product_attribute = pac_3.id_product_attribute) WHERE ((a.id_attribute_group=32)) AND ((pac_1.id_attribute=45)) AND ((pac_2.id_attribute=183)) AND ((pac_3.id_attribute=194)) GROUP BY pac.id_attribute |
78.803
ms
|
2332080 |
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)
|
644 |
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` = 2) 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` = 2) 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` = 2) WHERE ag.id_attribute_group = 11 ORDER BY agl.`name` ASC, a.`position` ASC |
56.087
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)
|
633 |
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) LEFT JOIN pswc_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute=45)) AND ((pac_1.id_attribute=183)) AND ((pac_2.id_attribute=194)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=105 AND c.nright<=106 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) LEFT JOIN pswc_product_attribute_combination pac_3 ON (pa.id_product_attribute = pac_3.id_product_attribute) WHERE ((a.id_attribute_group=22)) AND ((pac_1.id_attribute=45)) AND ((pac_2.id_attribute=183)) AND ((pac_3.id_attribute=194)) GROUP BY pac.id_attribute |
53.949
ms
|
1815480 |
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)
|
790 |
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` = 2)
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 = 2)
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 = 2)
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 = 2 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` |
51.305
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)
|
1175 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `pswc_hook_alias` |
47.548
ms
|
88 |
|
|
/classes/Hook.php:287
/classes/Hook.php:318 (getAllHookAliases)
/classes/Hook.php:710 (getHookAliasesFor)
/classes/Hook.php:803 (getHookModuleExecList)
/src/Adapter/HookManager.php:81 (exec)
/src/Adapter/Presenter/Product/ProductLazyArray.php:514 (exec)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1118 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26225) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
44.976
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 2)
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 = 2)
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 = 2)
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 = 2 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` |
44.344
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)
|
784 |
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` = 2)
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 = 2)
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 = 2 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` |
41.785
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)
|
1322 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26411) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
41.547
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
816 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module` WHERE `name` = "afgooglereviews" LIMIT 1 |
38.433
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)
|
811 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 1170201 AND name = '_elementor_css' LIMIT 1 |
37.603
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)
|
788 |
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` = 2)
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 = 2)
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 = 2)
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 = 2 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` |
33.719
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)
|
607 |
SELECT SQL_NO_CACHE `image_type`
FROM `pswc_pm_advancedtopmenu_lang`
WHERE `image_type` NOT IN ("jpg", "png", "gif")
AND `id_lang` = 2 |
33.522
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)
|
1072 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25731) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
32.321
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
656 |
REPLACE INTO pswc_layered_filter_block (hash, data) VALUES ("f88ed93553ef85f1a4675d69acb6c133", "a:1:{s:7:\"filters\";a:4:{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:11:\"Catégories\";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:\"Taille \";s:14:\"is_color_group\";b:0;s:6:\"values\";a:3:{i:43;a:4:{s:4:\"name\";s:6:\"Enfant\";s:3:\"nbr\";i:6;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:45;a:5:{s:4:\"name\";s:10:\"Adolescent\";s:3:\"nbr\";i:6;s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:42;a:4:{s:4:\"name\";s:4:\"Bebe\";s:3:\"nbr\";i:6;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:11;s:4:\"name\";s:11:\"Typographie\";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:6;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:183;a:5:{s:4:\"name\";s:9:\"Script 1L\";s:3:\"nbr\";i:6;s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:184;a:4:{s:4:\"name\";s:12:\"Monodrome 2L\";s:3:\"nbr\";i:6;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:6;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:191;a:4:{s:4:\"name\";s:4:\"Grec\";s:3:\"nbr\";i:6;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:192;a:4:{s:4:\"name\";s:8:\"Hébreux\";s:3:\"nbr\";i:6;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:193;a:4:{s:4:\"name\";s:5:\"Arabe\";s:3:\"nbr\";i:6;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: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:31;s:4:\"name\";s:8:\"Chaînes\";s:14:\"is_color_group\";b:0;s:6:\"values\";a:4:{i:198;a:4:{s:4:\"name\";s:22:\"Pas de chaîne, merci \";s:3:\"nbr\";i:6;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:194;a:5:{s:4:\"name\";s:39:\"Chaîne forçat argent 42 cm (+ 40€)\";s:3:\"nbr\";i:6;s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:196;a:4:{s:4:\"name\";s:38:\"Chaine gourmette argent 50 cm (+68€)\";s:3:\"nbr\";i:6;s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:197;a:4:{s:4:\"name\";s:40:\"Chaîne vénitienne argent 45cm (+50€)\";s:3:\"nbr\";i:6;s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:8:\"url_name\";N;s:10:\"meta_title\";s:18:\"Chains for pendant\";s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:2;}}}") |
30.219
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)
|
1270 |
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` = 345) LIMIT 1 |
29.381
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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 2)
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 = 2)
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 = 2 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` |
27.826
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)
|
645 |
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=45)) AND ((pac_1.id_attribute=194)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=105 AND c.nright<=106 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=45)) AND ((pac_2.id_attribute=194)) GROUP BY pac.id_attribute |
27.481
ms
|
1815480 |
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)
|
24 |
SELECT SQL_NO_CACHE state FROM pswc_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
26.902
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)
|
637 |
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) LEFT JOIN pswc_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute=45)) AND ((pac_1.id_attribute=183)) AND ((pac_2.id_attribute=194)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=105 AND c.nright<=106 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) LEFT JOIN pswc_product_attribute_combination pac_3 ON (pa.id_product_attribute = pac_3.id_product_attribute) WHERE ((a.id_attribute_group=24)) AND ((pac_1.id_attribute=45)) AND ((pac_2.id_attribute=183)) AND ((pac_3.id_attribute=194)) GROUP BY pac.id_attribute |
25.722
ms
|
1815480 |
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)
|
807 |
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` = 2)
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 = 2)
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 = 2)
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 = 2 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` |
25.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)
|
805 |
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` = 2)
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 = 2)
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 = 2)
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 = 2 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` |
25.350
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)
|
1090 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26196) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
24.482
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
250 |
SELECT SQL_NO_CACHE 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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 607
AND pac.`id_product_attribute` = 46176
AND agl.`id_lang` = 2 |
24.453
ms
|
1 |
|
|
/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)
|
422 |
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` = 46197 LIMIT 1 |
23.882
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)
|
1282 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26371) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
23.793
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
306 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 469) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
23.775
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)
|
686 |
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` = 25696) LIMIT 1 |
23.019
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)
|
136 |
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` = 343 AND pa.`id_product` = 343 AND pa.`id_product_attribute` = 25716 LIMIT 1 |
22.789
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)
|
815 |
SELECT SQL_NO_CACHE 1 FROM pswc_module_group WHERE id_module = 150 AND id_shop = 1 AND id_group IN (1) LIMIT 1 |
22.657
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)
|
966 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26079) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
22.180
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 2)
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 = 2)
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 = 2)
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 = 2 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` |
22.115
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)
|
777 |
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` = 2)
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 = 2)
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 = 2 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` |
21.964
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)
|
64 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module` WHERE `name` = "pm_advancedpack" LIMIT 1 |
21.609
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)
|
641 |
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) LEFT JOIN pswc_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute=45)) AND ((pac_1.id_attribute=183)) AND ((pac_2.id_attribute=194)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=105 AND c.nright<=106 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) LEFT JOIN pswc_product_attribute_combination pac_3 ON (pa.id_product_attribute = pac_3.id_product_attribute) WHERE ((a.id_attribute_group=19)) AND ((pac_1.id_attribute=45)) AND ((pac_2.id_attribute=183)) AND ((pac_3.id_attribute=194)) GROUP BY pac.id_attribute |
21.361
ms
|
1815480 |
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)
|
1369 |
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` = 2
)
WHERE pac.`id_product_attribute` = 26392
ORDER BY ag.`position` ASC, a.`position` ASC |
21.093
ms
|
3 |
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_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 2)
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 = 2)
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 = 2)
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 = 2 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` |
20.907
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)
|
620 |
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) LEFT JOIN pswc_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute=45)) AND ((pac_1.id_attribute=183)) AND ((pac_2.id_attribute=194)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=105 AND c.nright<=106 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.664
ms
|
35946504 |
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)
|
38 |
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 |
20.369
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)
|
743 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 187040201 AND name = '_elementor_edit_mode' LIMIT 1 |
20.315
ms
|
1 |
|
|
/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)
|
275 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 471) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
20.312
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)
|
18 |
SELECT SQL_NO_CACHE name, alias FROM `pswc_hook_alias` |
20.107
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)
|
905 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 26021) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
19.981
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
225 |
SELECT SQL_NO_CACHE 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` = 608) |
19.954
ms
|
4 |
|
|
/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)
|
504 |
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` = 46221
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 429 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` = 46221
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 429 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
19.926
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)
|
744 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 187040201 AND name = '_wp_page_template' LIMIT 1 |
19.757
ms
|
1 |
|
|
/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/modules/page-templates/module.php:69 (getDocForFrontend)
/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)
|
21 |
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 |
19.090
ms
|
86 |
|
|
/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)
|
1221 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26485) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
19.014
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1343 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26432) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
18.760
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
782 |
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` = 2)
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 = 2)
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 = 2 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` |
17.974
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)
|
804 |
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` = 2)
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 = 2)
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 = 2)
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 = 2 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` |
17.875
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)
|
25 |
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` = 187) AND (b.`id_shop` = 1) LIMIT 1 |
17.621
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)
|
561 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 428) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
17.528
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)
|
324 |
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` = 46145
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 466 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` = 46145
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 466 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
17.237
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)
|
51 |
SELECT SQL_NO_CACHE 1 FROM `pswc_cart_rule` WHERE ((date_to >= "2025-07-15 00:00:00" AND date_to <= "2025-07-15 23:59:59") OR (date_from >= "2025-07-15 00:00:00" AND date_from <= "2025-07-15 23:59:59") OR (date_from < "2025-07-15 00:00:00" AND date_to > "2025-07-15 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
17.018
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)
|
1004 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25661) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
16.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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 340 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` = 340 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
16.866
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)
|
62 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM pswc_required_field |
16.713
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)
|
1359 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `pswc_hook` |
16.559
ms
|
994 |
|
|
/classes/Hook.php:1242
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:812 (getIdByName)
/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_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 26392
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 345 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` = 26392
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 345 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
16.298
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)
|
386 |
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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 416
ORDER BY f.position ASC |
16.153
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)
|
466 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 187 LIMIT 1 |
16.066
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)
|
37 |
SELECT SQL_NO_CACHE id_shop
FROM `pswc_currency_shop`
WHERE `id_currency` = 2
AND id_shop = 1 LIMIT 1 |
15.910
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)
|
959 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26072) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
15.854
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 345 AND pa.`id_product` = 345 AND pa.`id_product_attribute` = 26392 LIMIT 1 |
15.813
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)
|
646 |
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` = 2) 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` = 2) 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` = 2) WHERE ag.id_attribute_group = 16 ORDER BY agl.`name` ASC, a.`position` ASC |
15.780
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)
|
1383 |
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` = 187) AND (b.`id_shop` = 1) LIMIT 1 |
15.776
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/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/core/settings/page/manager.php:70 (getDocForFrontend)
/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)
|
84 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT 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` = 337 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` = 337 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
15.732
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)
|
1258 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26522) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
15.430
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1206 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26470) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
15.276
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 2)
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 = 2)
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 = 2)
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 = 2 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` |
15.267
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)
|
796 |
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` = 2)
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 = 2)
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 = 2)
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 = 2 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` |
15.150
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)
|
781 |
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` = 2)
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 = 2)
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 = 2 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` |
14.802
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)
|
164 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 344 AND `id_group` = 1 LIMIT 1 |
14.616
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)
|
1382 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 187040201 AND name = '_elementor_edit_mode' LIMIT 1 |
14.500
ms
|
1 |
|
|
/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)
|
631 |
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) LEFT JOIN pswc_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute=45)) AND ((pac_1.id_attribute=183)) AND ((pac_2.id_attribute=194)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=105 AND c.nright<=106 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) LEFT JOIN pswc_product_attribute_combination pac_3 ON (pa.id_product_attribute = pac_3.id_product_attribute) WHERE ((a.id_attribute_group=28)) AND ((pac_1.id_attribute=45)) AND ((pac_2.id_attribute=183)) AND ((pac_3.id_attribute=194)) GROUP BY pac.id_attribute |
14.471
ms
|
32472 |
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)
|
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 |
14.230
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)
|
795 |
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` = 2)
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 = 2)
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 = 2)
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 = 2 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` |
14.043
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)
|
42 |
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 |
13.911
ms
|
86 |
|
|
/classes/module/Module.php:345
/modules/creativeelements/creativeelements.php:64 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:119 (newInstanceArgs)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php: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)
|
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 |
13.855
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)
|
912 |
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` = 340) LIMIT 1 |
13.617
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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1207 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26471) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
13.528
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 *
FROM `pswc_af_googlereviews` gr
WHERE (gr.active = 1 AND gr.rating >= 4) AND (gr.text != "")
ORDER BY gr.position DESC
LIMIT 20 |
13.502
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)
|
629 |
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) LEFT JOIN pswc_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute=45)) AND ((pac_1.id_attribute=183)) AND ((pac_2.id_attribute=194)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=105 AND c.nright<=106 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) LEFT JOIN pswc_product_attribute_combination pac_3 ON (pa.id_product_attribute = pac_3.id_product_attribute) WHERE ((a.id_attribute_group=30)) AND ((pac_1.id_attribute=45)) AND ((pac_2.id_attribute=183)) AND ((pac_3.id_attribute=194)) GROUP BY pac.id_attribute |
13.082
ms
|
2332080 |
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)
|
627 |
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=183)) AND ((pac_1.id_attribute=194)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=105 AND c.nright<=106 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=9)) AND ((pac_1.id_attribute=183)) AND ((pac_2.id_attribute=194)) GROUP BY pac.id_attribute |
12.882
ms
|
1815480 |
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)
|
750 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 2170201 AND name = '_elementor_css' LIMIT 1 |
12.747
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)
|
727 |
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` = 2
LEFT JOIN `pswc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 343) AND (b.`id_shop` = 1) LIMIT 1 |
12.348
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)
|
1174 |
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` |
12.253
ms
|
183 |
Yes
|
Yes
|
/classes/Hook.php:1183
/classes/Hook.php:699 (getAllHookRegistrations)
/classes/Hook.php:803 (getHookModuleExecList)
/src/Adapter/HookManager.php:81 (exec)
/src/Adapter/Presenter/Product/ProductLazyArray.php:514 (exec)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
68 |
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-15 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` = 2 AND cl.id_shop = 1 )
LEFT JOIN `pswc_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 2 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` = 2)
LEFT JOIN `pswc_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 187 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,100 |
12.001
ms
|
34 |
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)
|
389 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 46133 |
11.923
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)
|
753 |
SELECT SQL_NO_CACHE state FROM pswc_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
11.172
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/core/dynamic-tags/dynamic-css.php:117 (getChildren)
/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)
|
761 |
SELECT SQL_NO_CACHE `iso_code`
FROM `pswc_country`
WHERE `id_country` = 3 LIMIT 1 |
10.763
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)
|
17 |
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 |
10.318
ms
|
86 |
|
|
/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)
|
477 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 426
AND pac.`id_product_attribute` = 46217
AND agl.`id_lang` = 2 |
9.959
ms
|
1 |
|
|
/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)
|
599 |
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` = 46193) LIMIT 1 |
9.845
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)
|
719 |
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` = 2
LEFT JOIN `pswc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 337) AND (b.`id_shop` = 1) LIMIT 1 |
9.735
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)
|
14 |
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` |
9.426
ms
|
183 |
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)
|
582 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 345
AND `required` = 1 AND `is_deleted` = 0 |
9.152
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)
|
614 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM pswc_layered_category
WHERE controller = 'category'
AND id_category = 187
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
8.663
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)
|
895 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 26011) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
8.487
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1378 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 192010000 AND name = '_elementor_page_settings' LIMIT 1 |
8.375
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)
|
532 |
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` = 434 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` = 434 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
8.206
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)
|
1133 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26240) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
8.055
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 = 337) AND (id_product_attribute = 25984) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
7.906
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1260 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26524) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
7.849
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `pswc_lang` l
LEFT JOIN `pswc_lang_shop` ls ON (l.id_lang = ls.id_lang) |
7.832
ms
|
3 |
|
|
/classes/Language.php:1049
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
1034 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25691) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
7.750
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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) LEFT JOIN pswc_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute=45)) AND ((pac_1.id_attribute=183)) AND ((pac_2.id_attribute=194)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=105 AND c.nright<=106 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) LEFT JOIN pswc_product_attribute_combination pac_3 ON (pa.id_product_attribute = pac_3.id_product_attribute) WHERE ((a.id_attribute_group=26)) AND ((pac_1.id_attribute=45)) AND ((pac_2.id_attribute=183)) AND ((pac_3.id_attribute=194)) GROUP BY pac.id_attribute |
7.694
ms
|
32472 |
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)
|
43 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module` WHERE `name` = "mollie" LIMIT 1 |
7.603
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)
|
1160 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26267) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
7.535
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
940 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26052) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
7.501
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 26736 LIMIT 1 |
7.410
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)
|
642 |
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` = 2) 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` = 2) 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` = 2) WHERE ag.id_attribute_group = 26 ORDER BY agl.`name` ASC, a.`position` ASC |
7.398
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)
|
822 |
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 |
7.324
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_68762f5660e756_70710483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 2) 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` = 2) 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` = 2) WHERE ag.id_attribute_group = 7 ORDER BY agl.`name` ASC, a.`position` ASC |
7.277
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)
|
580 |
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` = 345 AND pa.`id_product` = 345 AND pa.`id_product_attribute` = 26363 LIMIT 1 |
7.188
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)
|
134 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25716) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
7.176
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)
|
1064 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25723) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
7.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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
497 |
SELECT SQL_NO_CACHE 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` = 46221 LIMIT 1 |
7.141
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)
|
553 |
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` = 46205) LIMIT 1 |
7.136
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)
|
562 |
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` = 428 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` = 428 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
7.124
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)
|
657 |
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-15 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 = 2
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 (337,340,343,341,346,345) |
7.098
ms
|
6 |
|
|
/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)
|
67 |
SELECT SQL_NO_CACHE id_order
FROM `pswc_orders` o
WHERE (o.id_cart=0) LIMIT 1 |
7.038
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)
|
66 |
SELECT SQL_NO_CACHE * FROM `pswc_image_type` |
6.905
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)
|
1041 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25699) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
6.791
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1324 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26413) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
6.727
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1017 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25674) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
6.663
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 427
AND pac.`id_product_attribute` = 46229
AND agl.`id_lang` = 2 |
6.653
ms
|
1 |
|
|
/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)
|
661 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 25968) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
6.644
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)
|
7 |
SELECT SQL_NO_CACHE *
FROM `pswc_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
6.605
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)
|
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 |
6.602
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)
|
297 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 605
AND pac.`id_product_attribute` = 46165
AND agl.`id_lang` = 2 |
6.516
ms
|
1 |
|
|
/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)
|
462 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 424
AND pac.`id_product_attribute` = 46137
AND agl.`id_lang` = 2 |
6.501
ms
|
1 |
|
|
/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)
|
706 |
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` = 26476) LIMIT 1 |
6.485
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)
|
396 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 433) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
6.479
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)
|
122 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 342
AND `required` = 1 AND `is_deleted` = 0 |
6.476
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)
|
717 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 26392 |
6.360
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)
|
49 |
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 |
6.317
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)
|
36 |
SELECT SQL_NO_CACHE *
FROM `pswc_currency_lang`
WHERE `id_currency` = 2 |
6.313
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)
|
402 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 433
AND pac.`id_product_attribute` = 46185
AND agl.`id_lang` = 2 |
6.280
ms
|
1 |
|
|
/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)
|
1293 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26382) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
6.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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 345
AND pac.`id_product_attribute` = 26363
AND agl.`id_lang` = 2 |
6.183
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)
|
358 |
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` = 46141) LIMIT 1 |
6.157
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)
|
346 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 187 LIMIT 1 |
6.122
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)
|
78 |
SELECT SQL_NO_CACHE *
FROM `pswc_tax` a
WHERE (a.`id_tax` = 84) LIMIT 1 |
6.112
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)
|
54 |
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` = 187) AND (b.`id_shop` = 1) LIMIT 1 |
6.089
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)
|
155 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 341
AND pac.`id_product_attribute` = 26195
AND agl.`id_lang` = 2 |
6.059
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)
|
819 |
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 |
5.995
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)
|
75 |
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 |
5.980
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)
|
157 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 26195 |
5.906
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)
|
1362 |
SELECT SQL_NO_CACHE data
FROM `pswc_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1 |
5.862
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_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1291 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26380) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
5.852
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
802 |
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` = 2)
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 = 2)
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 = 2)
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 = 2 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` |
5.729
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)
|
739 |
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` = 2
LEFT JOIN `pswc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 345) AND (b.`id_shop` = 1) LIMIT 1 |
5.643
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)
|
1083 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25742) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
5.643
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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) LEFT JOIN pswc_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute=45)) AND ((pac_1.id_attribute=183)) AND ((pac_2.id_attribute=194)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=105 AND c.nright<=106 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) LEFT JOIN pswc_product_attribute_combination pac_3 ON (pa.id_product_attribute = pac_3.id_product_attribute) WHERE ((a.id_attribute_group=35)) AND ((pac_1.id_attribute=45)) AND ((pac_2.id_attribute=183)) AND ((pac_3.id_attribute=194)) GROUP BY pac.id_attribute |
5.561
ms
|
2332080 |
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)
|
798 |
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` = 2)
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 = 2)
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 = 2)
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 = 2 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` |
5.537
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)
|
162 |
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` = 344) |
5.522
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)
|
536 |
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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 434
ORDER BY f.position ASC |
5.476
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)
|
773 |
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` = 2)
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 = 2)
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 = 2 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` |
5.252
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)
|
818 |
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 |
5.209
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)
|
639 |
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) LEFT JOIN pswc_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute=45)) AND ((pac_1.id_attribute=183)) AND ((pac_2.id_attribute=194)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=105 AND c.nright<=106 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) LEFT JOIN pswc_product_attribute_combination pac_3 ON (pa.id_product_attribute = pac_3.id_product_attribute) WHERE ((a.id_attribute_group=33)) AND ((pac_1.id_attribute=45)) AND ((pac_2.id_attribute=183)) AND ((pac_3.id_attribute=194)) GROUP BY pac.id_attribute |
5.169
ms
|
1815480 |
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)
|
425 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 430 AND `id_group` = 1 LIMIT 1 |
5.155
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)
|
1349 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26438) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
5.096
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 605) AND (id_product_attribute = 46165) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
5.034
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)
|
628 |
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` = 2) 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` = 2) 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` = 2) WHERE ag.id_attribute_group = 30 ORDER BY agl.`name` ASC, a.`position` ASC |
4.988
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)
|
565 |
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` = 428 AND pa.`id_product` = 428 AND pa.`id_product_attribute` = 46189 LIMIT 1 |
4.978
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)
|
778 |
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` = 2)
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 = 2)
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 = 2 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` |
4.876
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)
|
140 |
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` = 25716) LIMIT 1 |
4.856
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)
|
997 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26110) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
4.817
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
280 |
SELECT SQL_NO_CACHE name, 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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 471
ORDER BY f.position ASC |
4.718
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)
|
915 |
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pac.id_product_attribute IN (26027,26028,26029,26030,26031,26032,26033,26034,26035,26036,26037,26038,26039,26040,26041,26042,26043,26044,26045,26046,26047,26048,26049,26050,26051,26052,26053,26054,26055,26056,26057,26058,26059,26060,26061,26062,26063,26064,26065,26066,26067,26068,26069,26070,26071,26072,26073,26074,26075,26076,26077,26078,26079,26080,26081,26082,26083,26084,26085,26086,26087,26088,26089,26090,26091,26092,26093,26094,26095,26096,26097,26098,26099,26100,26101,26102,26103,26104,26105,26106,26107,26108,26109,26110)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
4.700
ms
|
252 |
|
|
/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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
485 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 427 AND `id_group` = 1 LIMIT 1 |
4.669
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)
|
124 |
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` = 29368) LIMIT 1 |
4.667
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)
|
483 |
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` = 427) |
4.569
ms
|
4 |
|
|
/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)
|
489 |
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` = 46229
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 427 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` = 46229
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 427 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
4.515
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)
|
850 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 25965) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
4.506
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 2) 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` = 2) 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` = 2) WHERE ag.id_attribute_group = 11 ORDER BY agl.`name` ASC, a.`position` ASC |
4.436
ms
|
7 |
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)
|
305 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 469 AND `id_group` = 1 LIMIT 1 |
4.395
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)
|
354 |
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` = 46141
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 464 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` = 46141
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 464 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
4.367
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 `name`, `alias` FROM `pswc_hook_alias` |
4.346
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)
|
69 |
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` = 337
AND image_shop.`cover` = 1 LIMIT 1 |
4.345
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)
|
352 |
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` = 464 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` = 464 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
4.284
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)
|
534 |
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` = 46209
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 434 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` = 46209
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 434 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
4.266
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)
|
73 |
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` = 337) |
4.263
ms
|
84 |
|
|
/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)
|
335 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 467 AND `id_group` = 1 LIMIT 1 |
4.232
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)
|
130 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 343 AND id_shop=1 LIMIT 1 |
4.229
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)
|
682 |
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` = 25696
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 343 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` = 25696
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 343 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
4.229
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)
|
197 |
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` = 234 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` = 234 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
4.206
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)
|
181 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT 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` = 346 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` = 346 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
4.203
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 *
FROM `pswc_product` a
LEFT JOIN `pswc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pswc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 607) AND (b.`id_shop` = 1) LIMIT 1 |
4.193
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5619 (getProductLink)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php: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 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` = 46157
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 470 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` = 46157
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 470 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
4.170
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)
|
294 |
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` = 46165
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 605 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` = 46165
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 605 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
4.167
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)
|
1176 |
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` = 2)
JOIN `pswc_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (341) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
4.163
ms
|
84 |
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_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
2 |
SELECT SQL_NO_CACHE 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`) |
4.157
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)
|
145 |
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` = 341) |
4.143
ms
|
84 |
|
|
/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)
|
177 |
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` = 346) |
4.126
ms
|
84 |
|
|
/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)
|
451 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 187 LIMIT 1 |
4.079
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)
|
249 |
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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 607
ORDER BY f.position ASC |
4.055
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)
|
510 |
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` = 431
AND image_shop.`cover` = 1 LIMIT 1 |
4.050
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)
|
700 |
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` = 346 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` = 346 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
4.040
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)
|
759 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1 |
4.024
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)
|
509 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 46221 |
4.002
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)
|
123 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 342
AND pac.`id_product_attribute` = 29368
AND agl.`id_lang` = 2 |
3.997
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)
|
495 |
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` = 429
AND image_shop.`cover` = 1 LIMIT 1 |
3.995
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)
|
432 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 430
AND pac.`id_product_attribute` = 46197
AND agl.`id_lang` = 2 |
3.994
ms
|
1 |
|
|
/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)
|
13 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `pswc_hook` h
WHERE (h.active = 1) |
3.982
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)
|
431 |
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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 430
ORDER BY f.position ASC |
3.981
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)
|
234 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 608
AND pac.`id_product_attribute` = 46181
AND agl.`id_lang` = 2 |
3.974
ms
|
1 |
|
|
/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)
|
143 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 192 LIMIT 1 |
3.970
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)
|
105 |
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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 340
ORDER BY f.position ASC |
3.969
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)
|
498 |
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` = 429) |
3.967
ms
|
4 |
|
|
/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)
|
281 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 471
AND pac.`id_product_attribute` = 46161
AND agl.`id_lang` = 2 |
3.966
ms
|
1 |
|
|
/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)
|
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` = 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.964
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)
|
147 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 341 AND `id_group` = 1 LIMIT 1 |
3.964
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)
|
195 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 234 AND `id_group` = 1 LIMIT 1 |
3.953
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)
|
537 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 434
AND pac.`id_product_attribute` = 46209
AND agl.`id_lang` = 2 |
3.948
ms
|
1 |
|
|
/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)
|
405 |
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` = 436
AND image_shop.`cover` = 1 LIMIT 1 |
3.943
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)
|
434 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 46197 |
3.933
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)
|
142 |
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` = 341
AND image_shop.`cover` = 1 LIMIT 1 |
3.931
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)
|
237 |
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` = 607
AND image_shop.`cover` = 1 LIMIT 1 |
3.930
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)
|
1259 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26523) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.928
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
20 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pswc_module` m
LEFT JOIN `pswc_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
3.927
ms
|
86 |
|
|
/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)
|
176 |
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` = 26447 LIMIT 1 |
3.915
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)
|
179 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 346 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)
|
70 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pswc_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 192 LIMIT 1 |
3.910
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)
|
387 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 416
AND pac.`id_product_attribute` = 46133
AND agl.`id_lang` = 2 |
3.908
ms
|
1 |
|
|
/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)
|
33 |
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` = 2
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 |
3.907
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)
|
1006 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25663) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.904
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 = 337) AND (id_product_attribute = 25967) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.902
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 = 340) AND (id_product_attribute = 26056) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.897
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)
|
39 |
SELECT SQL_NO_CACHE *
FROM `pswc_group_lang`
WHERE `id_group` = 1 |
3.891
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)
|
390 |
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` = 433
AND image_shop.`cover` = 1 LIMIT 1 |
3.890
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)
|
201 |
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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 234
ORDER BY f.position ASC |
3.882
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)
|
1011 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25668) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.881
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
450 |
SELECT SQL_NO_CACHE 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` = 424
AND image_shop.`cover` = 1 LIMIT 1 |
3.880
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)
|
236 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 46181 |
3.876
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)
|
430 |
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` = 430 AND pa.`id_product` = 430 AND pa.`id_product_attribute` = 46197 LIMIT 1 |
3.874
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)
|
141 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 25716 |
3.868
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)
|
1161 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26268) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.864
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
449 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 46213 |
3.862
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)
|
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 |
3.860
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)
|
1005 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25662) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.856
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 340
AND `required` = 1 AND `is_deleted` = 0 |
3.853
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)
|
391 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 187 LIMIT 1 |
3.851
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)
|
803 |
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` = 2)
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 = 2)
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 = 2)
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 = 2 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` |
3.840
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)
|
137 |
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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 343
ORDER BY f.position ASC |
3.833
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)
|
1255 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26519) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.833
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
502 |
SELECT SQL_NO_CACHE 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` = 429 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` = 429 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3.829
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)
|
913 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_lang`
WHERE `id_product` = 340 AND `id_shop` = 1 |
3.828
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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
501 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 429) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.821
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)
|
238 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 187 LIMIT 1 |
3.818
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)
|
409 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 436 AND id_shop=1 LIMIT 1 |
3.808
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)
|
938 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26050) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.807
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
144 |
SELECT SQL_NO_CACHE 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` = 26195 LIMIT 1 |
3.803
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)
|
410 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 436 AND `id_group` = 1 LIMIT 1 |
3.794
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)
|
567 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 428
AND pac.`id_product_attribute` = 46189
AND agl.`id_lang` = 2 |
3.786
ms
|
1 |
|
|
/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 SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 436) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.763
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)
|
349 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 464 AND id_shop=1 LIMIT 1 |
3.755
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)
|
26 |
SELECT SQL_NO_CACHE * FROM `pswc_currency` c ORDER BY `iso_code` ASC |
3.747
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)
|
555 |
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` = 428
AND image_shop.`cover` = 1 LIMIT 1 |
3.745
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)
|
138 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 343
AND `required` = 1 AND `is_deleted` = 0 |
3.745
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)
|
50 |
SELECT SQL_NO_CACHE 1 FROM `pswc_cart_rule` WHERE ((date_to >= "2025-07-15 00:00:00" AND date_to <= "2025-07-15 23:59:59") OR (date_from >= "2025-07-15 00:00:00" AND date_from <= "2025-07-15 23:59:59") OR (date_from < "2025-07-15 00:00:00" AND date_to > "2025-07-15 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
3.740
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)
|
368 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 470) AND (id_product_attribute = 46157) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.740
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)
|
448 |
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` = 46213) LIMIT 1 |
3.733
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)
|
454 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 424 AND id_shop=1 LIMIT 1 |
3.720
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)
|
711 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26392) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.719
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)
|
224 |
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` = 46181 LIMIT 1 |
3.687
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)
|
433 |
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` = 46197) LIMIT 1 |
3.665
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)
|
701 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26476) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.663
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)
|
180 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.655
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)
|
508 |
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` = 46221) LIMIT 1 |
3.655
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)
|
533 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 434) AND (id_product_attribute = 46209) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.654
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)
|
196 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 234) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.638
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)
|
248 |
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` = 607 AND pa.`id_product` = 607 AND pa.`id_product_attribute` = 46176 LIMIT 1 |
3.637
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)
|
388 |
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` = 46133) LIMIT 1 |
3.622
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)
|
353 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 464) AND (id_product_attribute = 46141) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.615
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)
|
942 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26054) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.611
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
72 |
SELECT SQL_NO_CACHE 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` = 25943 LIMIT 1 |
3.610
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)
|
146 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 341 AND id_shop=1 LIMIT 1 |
3.606
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)
|
638 |
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` = 2) 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` = 2) 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` = 2) WHERE ag.id_attribute_group = 33 ORDER BY agl.`name` ASC, a.`position` ASC |
3.594
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)
|
175 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 192 LIMIT 1 |
3.591
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)
|
76 |
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 |
3.590
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)
|
1073 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25732) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.570
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
235 |
SELECT SQL_NO_CACHE *
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` = 46181) LIMIT 1 |
3.569
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)
|
1036 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25693) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.566
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
178 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 346 AND id_shop=1 LIMIT 1 |
3.566
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)
|
298 |
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` = 46165) LIMIT 1 |
3.549
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)
|
463 |
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` = 46137) LIMIT 1 |
3.515
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)
|
447 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 432
AND pac.`id_product_attribute` = 46213
AND agl.`id_lang` = 2 |
3.486
ms
|
1 |
|
|
/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)
|
194 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 234 AND id_shop=1 LIMIT 1 |
3.483
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)
|
10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM pswc_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
3.481
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)
|
538 |
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` = 46209) LIMIT 1 |
3.478
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)
|
456 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 424) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.469
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)
|
32 |
SELECT SQL_NO_CACHE c.id_currency
FROM `pswc_currency` c
WHERE (iso_code = 'USD') LIMIT 1 |
3.465
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)
|
48 |
SELECT SQL_NO_CACHE *
FROM `pswc_mol_payment_method` a0
WHERE (a0.`id_method` = 'applepay') AND (a0.`live_environment` = 1) |
3.460
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)
|
371 |
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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 470
ORDER BY f.position ASC |
3.456
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)
|
478 |
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` = 46217) LIMIT 1 |
3.437
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)
|
421 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 187 LIMIT 1 |
3.434
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)
|
41 |
SELECT SQL_NO_CACHE * FROM `pswc_hook_module_exceptions`
WHERE `id_shop` IN (1) |
3.425
ms
|
1 |
|
|
/classes/module/Module.php:2015
/classes/Hook.php:881 (getExceptionsStatic)
/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)
|
47 |
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` = 2 AND cl.id_shop = 1 )
LEFT JOIN `pswc_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 187
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
3.397
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)
|
1363 |
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 (337,340,343,341,346,345) AND cl.`id_lang` = 2
ORDER BY c.`level_depth` DESC |
3.397
ms
|
96 |
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_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 `id_product_attribute`
FROM `pswc_product_attribute`
WHERE `id_product` = 345 |
3.356
ms
|
84 |
|
|
/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)
|
1063 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25722) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.344
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1067 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25726) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.334
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
493 |
SELECT SQL_NO_CACHE *
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` = 46229) LIMIT 1 |
3.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)
|
825 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_lang`
WHERE `id_product` = 337 AND `id_shop` = 1 |
3.299
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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
227 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 608 AND `id_group` = 1 LIMIT 1 |
3.267
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)
|
27 |
SELECT SQL_NO_CACHE `id_lang` FROM `pswc_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
3.198
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)
|
1178 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 346
AND pac.`id_product_attribute` = 26476
AND agl.`id_lang` = 2 |
3.186
ms
|
3 |
|
|
/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:196 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:219 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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) LEFT JOIN pswc_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute=45)) AND ((pac_1.id_attribute=183)) AND ((pac_2.id_attribute=194)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=105 AND c.nright<=106 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) LEFT JOIN pswc_product_attribute_combination pac_3 ON (pa.id_product_attribute = pac_3.id_product_attribute) WHERE ((a.id_attribute_group=6)) AND ((pac_1.id_attribute=45)) AND ((pac_2.id_attribute=183)) AND ((pac_3.id_attribute=194)) GROUP BY pac.id_attribute |
3.183
ms
|
1815480 |
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)
|
710 |
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` = 345 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` = 345 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3.178
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)
|
649 |
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) LEFT JOIN pswc_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute=45)) AND ((pac_1.id_attribute=183)) AND ((pac_2.id_attribute=194)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=105 AND c.nright<=106 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) LEFT JOIN pswc_product_attribute_combination pac_3 ON (pa.id_product_attribute = pac_3.id_product_attribute) WHERE ((a.id_attribute_group=27)) AND ((pac_1.id_attribute=45)) AND ((pac_2.id_attribute=183)) AND ((pac_3.id_attribute=194)) GROUP BY pac.id_attribute |
3.152
ms
|
1815480 |
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)
|
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.150
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1363
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
348 |
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` = 464) |
3.148
ms
|
4 |
|
|
/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)
|
404 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 46185 |
3.111
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)
|
1010 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25667) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.110
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
132 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.104
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)
|
160 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 187 LIMIT 1 |
3.098
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)
|
361 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 187 LIMIT 1 |
3.087
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)
|
23 |
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.082
ms
|
67 |
Yes
|
|
/classes/Dispatcher.php:633
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
512 |
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` = 46201 LIMIT 1 |
3.078
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)
|
746 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 187040201 AND name = '_wp_page_template' LIMIT 1 |
3.066
ms
|
1 |
|
|
/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)
|
80 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 337 AND `id_group` = 1 LIMIT 1 |
3.061
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)
|
278 |
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` = 46161
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 471 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` = 46161
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 471 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3.052
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)
|
203 |
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` = 46129) LIMIT 1 |
3.044
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)
|
699 |
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` = 26476 LIMIT 1 |
3.036
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)
|
373 |
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` = 46157) LIMIT 1 |
3.002
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)
|
125 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 29368 |
2.995
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)
|
339 |
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` = 46149
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 467 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` = 46149
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 467 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.989
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)
|
85 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 25943) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.988
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)
|
1071 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25730) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.987
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 `id_module` FROM `pswc_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
2.983
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)
|
1358 |
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` = 2)
JOIN `pswc_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (345) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
2.972
ms
|
84 |
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_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
139 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 343
AND pac.`id_product_attribute` = 25716
AND agl.`id_lang` = 2 |
2.965
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)
|
12 |
SELECT SQL_NO_CACHE `id_lang` FROM `pswc_lang` WHERE `iso_code` = 'fr' LIMIT 1 |
2.962
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)
|
479 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 46217 |
2.890
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)
|
885 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 26001) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.883
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
126 |
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` = 343
AND image_shop.`cover` = 1 LIMIT 1 |
2.849
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)
|
429 |
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` = 46197
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 430 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` = 46197
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 430 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.824
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)
|
83 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.800
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)
|
95 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 192 LIMIT 1 |
2.795
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)
|
904 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 26020) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.762
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
623 |
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) LEFT JOIN pswc_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute=45)) AND ((pac_1.id_attribute=183)) AND ((pac_2.id_attribute=194)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=105 AND c.nright<=106 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) LEFT JOIN pswc_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute=45)) AND ((pac_1.id_attribute=183)) AND ((pac_2.id_attribute=194)) AND cg.id_group='1' AND c.level_depth<=5 AND c.nleft>105 AND c.nright<106 GROUP BY cp.id_category |
2.742
ms
|
5446440 |
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)
|
378 |
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` = 416) |
2.721
ms
|
4 |
|
|
/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)
|
1182 |
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pac.id_product_attribute IN (26447,26448,26449,26450,26451,26452,26453,26454,26455,26456,26457,26458,26459,26460,26461,26462,26463,26464,26465,26466,26467,26468,26469,26470,26471,26472,26473,26474,26475,26476,26477,26478,26479,26480,26481,26482,26483,26484,26485,26486,26487,26488,26489,26490,26491,26492,26493,26494,26495,26496,26497,26498,26499,26500,26501,26502,26503,26504,26505,26506,26507,26508,26509,26510,26511,26512,26513,26514,26515,26516,26517,26518,26519,26520,26521,26522,26523,26524,26525,26526,26527,26528,26529,26530)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
2.692
ms
|
252 |
|
|
/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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 *
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` = 25943) LIMIT 1 |
2.691
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)
|
104 |
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` = 340 AND pa.`id_product` = 340 AND pa.`id_product_attribute` = 26027 LIMIT 1 |
2.690
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)
|
406 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 187 LIMIT 1 |
2.672
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)
|
500 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 429 AND `id_group` = 1 LIMIT 1 |
2.671
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)
|
1164 |
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 |
2.656
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/tax/Tax.php:188 (getTaxCalculator)
/classes/Product.php:2771 (getProductEcotaxRate)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1089 |
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pac.id_product_attribute IN (26195,26196,26197,26198,26199,26200,26201,26202,26203,26204,26205,26206,26207,26208,26209,26210,26211,26212,26213,26214,26215,26216,26217,26218,26219,26220,26221,26222,26223,26224,26225,26226,26227,26228,26229,26230,26231,26232,26233,26234,26235,26236,26237,26238,26239,26240,26241,26242,26243,26244,26245,26246,26247,26248,26249,26250,26251,26252,26253,26254,26255,26256,26257,26258,26259,26260,26261,26262,26263,26264,26265,26266,26267,26268,26269,26270,26271,26272,26273,26274,26275,26276,26277,26278)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
2.648
ms
|
252 |
|
|
/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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 471) AND (id_product_attribute = 46161) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.576
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)
|
453 |
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` = 424) |
2.527
ms
|
4 |
|
|
/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)
|
465 |
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` = 426
AND image_shop.`cover` = 1 LIMIT 1 |
2.525
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)
|
828 |
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pac.id_product_attribute IN (25943,25944,25945,25946,25947,25948,25949,25950,25951,25952,25953,25954,25955,25956,25957,25958,25959,25960,25961,25962,25963,25964,25965,25966,25967,25968,25969,25970,25971,25972,25973,25974,25975,25976,25977,25978,25979,25980,25981,25982,25983,25984,25985,25986,25987,25988,25989,25990,25991,25992,25993,25994,25995,25996,25997,25998,25999,26000,26001,26002,26003,26004,26005,26006,26007,26008,26009,26010,26011,26012,26013,26014,26015,26016,26017,26018,26019,26020,26021,26022,26023,26024,26025,26026)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
2.520
ms
|
252 |
|
|
/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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1273 |
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pac.id_product_attribute IN (26363,26364,26365,26366,26367,26368,26369,26370,26371,26372,26373,26374,26375,26376,26377,26378,26379,26380,26381,26382,26383,26384,26385,26386,26387,26388,26389,26390,26391,26392,26393,26394,26395,26396,26397,26398,26399,26400,26401,26402,26403,26404,26405,26406,26407,26408,26409,26410,26411,26412,26413,26414,26415,26416,26417,26418,26419,26420,26421,26422,26423,26424,26425,26426,26427,26428,26429,26430,26431,26432,26433,26434,26435,26436,26437,26438,26439,26440,26441,26442,26443,26444,26445,26446)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
2.504
ms
|
252 |
|
|
/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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1002 |
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pac.id_product_attribute IN (25660,25661,25662,25663,25664,25665,25666,25667,25668,25669,25670,25671,25672,25673,25674,25675,25676,25677,25678,25679,25680,25681,25682,25683,25684,25685,25686,25687,25688,25689,25690,25691,25692,25693,25694,25695,25696,25697,25698,25699,25700,25701,25702,25703,25704,25705,25706,25707,25708,25709,25710,25711,25712,25713,25714,25715,25716,25717,25718,25719,25720,25721,25722,25723,25724,25725,25726,25727,25728,25729,25730,25731,25732,25733,25734,25735,25736,25737,25738,25739,25740,25741,25742,25743)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
2.434
ms
|
252 |
|
|
/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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
30 |
SELECT SQL_NO_CACHE `id_lang` FROM `pswc_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
2.406
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)
|
198 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 234) AND (id_product_attribute = 46129) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.405
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)
|
423 |
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` = 430) |
2.361
ms
|
4 |
|
|
/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)
|
789 |
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` = 2)
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 = 2)
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 = 2)
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 = 2 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` |
2.341
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)
|
351 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 464) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.309
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)
|
88 |
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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 337
ORDER BY f.position ASC |
2.308
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 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` = 434 AND pa.`id_product` = 434 AND pa.`id_product_attribute` = 46209 LIMIT 1 |
2.258
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)
|
564 |
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` = 46189
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 428 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` = 46189
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 428 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2.195
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)
|
90 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 337
AND pac.`id_product_attribute` = 25943
AND agl.`id_lang` = 2 |
2.191
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)
|
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 |
2.151
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)
|
19 |
SELECT SQL_NO_CACHE * FROM pswc_lgseoredirect WHERE (CONCAT("", url_old) = "/fr/187-pendentifs-enfants-en-argent-massif-gravure-gratuite-pour-un-bijou-unique?q=Typographie-Script+1L%2FCha%C3%AEnes-Cha%C3%AEne+for%C3%A7at++argent+42+cm+%28%2B+40%E2%82%AC%29%2FTaille+-Adolescent" OR CONCAT("", url_old) LIKE "/fr/187-pendentifs-enfants-en-argent-massif-gravure-gratuite-pour-un-bijou-unique?q=Typographie-Script+1L%2FCha%C3%AEnes-Cha%C3%AEne+for%C3%A7at++argent+42+cm+%28%2B+40%E2%82%AC%29%2FTaille+-Adolescent#%") AND id_shop = "1" ORDER BY id DESC LIMIT 1 |
2.141
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)
|
22 |
SELECT SQL_NO_CACHE value FROM `pswc_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
2.120
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)
|
467 |
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` = 46217 LIMIT 1 |
2.041
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)
|
531 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 434) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.026
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)
|
35 |
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 |
2.011
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)
|
223 |
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` = 2
LEFT JOIN `pswc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 608) AND (b.`id_shop` = 1) LIMIT 1 |
1.968
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5619 (getProductLink)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php: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 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` = 2)
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 = 2)
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 = 2 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.964
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)
|
154 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 341
AND `required` = 1 AND `is_deleted` = 0 |
1.925
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)
|
606 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module` WHERE `name` = "pm_advancedcookiebanner" LIMIT 1 |
1.863
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)
|
640 |
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` = 2) 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` = 2) 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` = 2) WHERE ag.id_attribute_group = 19 ORDER BY agl.`name` ASC, a.`position` ASC |
1.853
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)
|
560 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 428 AND `id_group` = 1 LIMIT 1 |
1.785
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)
|
762 |
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` = 2)
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 = 2)
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 = 2)
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 = 2 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` |
1.767
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)
|
284 |
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` = 605
AND image_shop.`cover` = 1 LIMIT 1 |
1.723
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)
|
793 |
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` = 2)
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 = 2)
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 = 2)
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 = 2 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` |
1.722
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)
|
299 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 46165 |
1.708
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)
|
520 |
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` = 431 AND pa.`id_product` = 431 AND pa.`id_product_attribute` = 46201 LIMIT 1 |
1.700
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)
|
385 |
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` = 416 AND pa.`id_product` = 416 AND pa.`id_product_attribute` = 46133 LIMIT 1 |
1.692
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)
|
505 |
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` = 429 AND pa.`id_product` = 429 AND pa.`id_product_attribute` = 46221 LIMIT 1 |
1.680
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)
|
785 |
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` = 2)
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 = 2)
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 = 2 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` |
1.665
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)
|
1281 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26370) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 2)
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 = 2)
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 = 2 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` |
1.647
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)
|
780 |
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` = 2)
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 = 2)
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 = 2 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` |
1.619
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)
|
156 |
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` = 26195) LIMIT 1 |
1.617
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)
|
34 |
SELECT SQL_NO_CACHE `id_lang` FROM `pswc_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
1.604
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)
|
89 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 337
AND `required` = 1 AND `is_deleted` = 0 |
1.595
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)
|
359 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 46141 |
1.595
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)
|
283 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 46161 |
1.569
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)
|
1275 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26364) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.561
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
615 |
SELECT SQL_NO_CACHE 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` = 2) 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` = 2) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC |
1.553
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)
|
577 |
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` = 345 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` = 345 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.520
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)
|
911 |
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` = 2)
JOIN `pswc_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (337) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.466
ms
|
84 |
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_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 |
1.449
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)
|
1283 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26372) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.448
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 2)
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 = 2)
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 = 2)
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 = 2 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` |
1.447
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)
|
801 |
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` = 2)
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 = 2)
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 = 2)
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 = 2 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` |
1.427
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)
|
204 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 46129 |
1.424
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)
|
786 |
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` = 2)
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 = 2)
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 = 2 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` |
1.408
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)
|
1268 |
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` = 2
LEFT JOIN `pswc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 345) AND (b.`id_shop` = 1) LIMIT 1 |
1.407
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:246 (getProductObject)
/src/Adapter/Presenter/Product/ProductLazyArray.php:908 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:196 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:219 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
367 |
SELECT SQL_NO_CACHE 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` = 470 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` = 470 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.404
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)
|
350 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 464 AND `id_group` = 1 LIMIT 1 |
1.370
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)
|
452 |
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` = 46137 LIMIT 1 |
1.366
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)
|
771 |
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` = 2)
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 = 2)
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 = 2 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` |
1.364
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)
|
276 |
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` = 471 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` = 471 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.363
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)
|
647 |
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) LEFT JOIN pswc_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute=45)) AND ((pac_1.id_attribute=183)) AND ((pac_2.id_attribute=194)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=105 AND c.nright<=106 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) LEFT JOIN pswc_product_attribute_combination pac_3 ON (pa.id_product_attribute = pac_3.id_product_attribute) WHERE ((a.id_attribute_group=16)) AND ((pac_1.id_attribute=45)) AND ((pac_2.id_attribute=183)) AND ((pac_3.id_attribute=194)) GROUP BY pac.id_attribute |
1.353
ms
|
2332080 |
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)
|
635 |
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) LEFT JOIN pswc_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((pac.id_attribute=45)) AND ((pac_1.id_attribute=183)) AND ((pac_2.id_attribute=194)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=105 AND c.nright<=106 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) LEFT JOIN pswc_product_attribute_combination pac_3 ON (pa.id_product_attribute = pac_3.id_product_attribute) WHERE ((a.id_attribute_group=7)) AND ((pac_1.id_attribute=45)) AND ((pac_2.id_attribute=183)) AND ((pac_3.id_attribute=194)) GROUP BY pac.id_attribute |
1.343
ms
|
2332080 |
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)
|
100 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.324
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)
|
1267 |
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` = 2)
JOIN `pswc_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (346) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.281
ms
|
84 |
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_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
419 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 46225 |
1.268
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)
|
791 |
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` = 2)
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 = 2)
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 = 2)
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 = 2 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` |
1.254
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)
|
998 |
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` = 2)
JOIN `pswc_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (340) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.233
ms
|
84 |
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_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
464 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 46137 |
1.198
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)
|
800 |
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` = 2)
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 = 2)
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 = 2)
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 = 2 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` |
1.187
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)
|
1085 |
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` = 2)
JOIN `pswc_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (343) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.186
ms
|
84 |
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_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 = 337) AND (id_product_attribute = 26003) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.177
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 2) 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` = 2) 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` = 2) WHERE ag.id_attribute_group = 31 ORDER BY agl.`name` ASC, a.`position` ASC |
1.169
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)
|
772 |
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` = 2)
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 = 2)
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 = 2 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` |
1.141
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)
|
45 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM pswc_category_group ctg
WHERE ctg.`id_category` = 187 AND ctg.`id_group` = 1 LIMIT 1 |
1.134
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)
|
787 |
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` = 2)
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 = 2)
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 = 2 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` |
1.126
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)
|
776 |
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` = 2)
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 = 2)
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 = 2 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` |
1.124
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)
|
86 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 25943
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 337 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` = 25943
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 337 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.123
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)
|
488 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 427) AND (id_product_attribute = 46229) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.104
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)
|
94 |
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` = 340
AND image_shop.`cover` = 1 LIMIT 1 |
1.096
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)
|
267 |
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` = 46169) LIMIT 1 |
1.072
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)
|
408 |
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` = 436) |
1.072
ms
|
4 |
|
|
/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)
|
648 |
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` = 2) 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` = 2) 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` = 2) WHERE ag.id_attribute_group = 27 ORDER BY agl.`name` ASC, a.`position` ASC |
1.067
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)
|
135 |
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` = 25716
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 343 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` = 25716
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 343 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.058
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)
|
616 |
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` = 2) 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` = 2) 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` = 2) WHERE ag.id_attribute_group = 9 ORDER BY agl.`name` ASC, a.`position` ASC |
1.054
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)
|
626 |
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` = 2) 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` = 2) 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` = 2) WHERE ag.id_attribute_group = 9 ORDER BY agl.`name` ASC, a.`position` ASC |
1.054
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)
|
102 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26027) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.040
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)
|
775 |
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` = 2)
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 = 2)
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 = 2 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` |
1.037
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)
|
769 |
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` = 2)
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 = 2)
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 = 2 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.021
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)
|
851 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 25966) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.018
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
295 |
SELECT SQL_NO_CACHE 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` = 605 AND pa.`id_product` = 605 AND pa.`id_product_attribute` = 46165 LIMIT 1 |
1.013
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)
|
232 |
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` = 608 AND pa.`id_product` = 608 AND pa.`id_product_attribute` = 46181 LIMIT 1 |
1.007
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)
|
601 |
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` = 187) LIMIT 1 |
1.005
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)
|
770 |
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` = 2)
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 = 2)
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 = 2 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.997
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)
|
499 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 429 AND id_shop=1 LIMIT 1 |
0.981
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)
|
152 |
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` = 341 AND pa.`id_product` = 341 AND pa.`id_product_attribute` = 26195 LIMIT 1 |
0.977
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)
|
229 |
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` = 608 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` = 608 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.944
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)
|
507 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 429
AND pac.`id_product_attribute` = 46221
AND agl.`id_lang` = 2 |
0.936
ms
|
1 |
|
|
/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)
|
1088 |
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` = 341
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.921
ms
|
84 |
|
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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
153 |
SELECT SQL_NO_CACHE 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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 341
ORDER BY f.position ASC |
0.906
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)
|
506 |
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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 429
ORDER BY f.position ASC |
0.861
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)
|
200 |
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` = 234 AND pa.`id_product` = 234 AND pa.`id_product_attribute` = 46129 LIMIT 1 |
0.859
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)
|
65 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module` WHERE `name` = "btfacebookchats" LIMIT 1 |
0.857
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)
|
55 |
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` = 187) AND (b.`id_shop` = 1) LIMIT 1 |
0.852
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)
|
837 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 25952) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.847
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
57 |
SELECT SQL_NO_CACHE * FROM `pswc_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.831
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)
|
845 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 25960) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.829
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 340
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.822
ms
|
84 |
|
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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1272 |
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` = 345
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.822
ms
|
84 |
|
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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
529 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 434 AND id_shop=1 LIMIT 1 |
0.820
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)
|
149 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT 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` = 341 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` = 341 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.816
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)
|
121 |
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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 342
ORDER BY f.position ASC |
0.794
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)
|
1181 |
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` = 346
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.791
ms
|
84 |
|
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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1173 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `pswc_hook` h
WHERE (h.active = 1) |
0.773
ms
|
994 |
|
|
/classes/Hook.php:1282
/classes/Hook.php:774 (getHookStatusByName)
/src/Adapter/HookManager.php:81 (exec)
/src/Adapter/Presenter/Product/ProductLazyArray.php:514 (exec)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/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 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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 432
ORDER BY f.position ASC |
0.765
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)
|
1001 |
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` = 343
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.753
ms
|
84 |
|
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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 `image_type`
FROM `pswc_pm_advancedtopmenu_lang`
WHERE `image_type` NOT IN ("jpg", "png", "gif")
AND `id_lang` = 2 |
0.750
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)
|
63 |
SELECT SQL_NO_CACHE *
FROM `pswc_category` a0
LEFT JOIN `pswc_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 105) AND (a0.`nright` > 106) AND (a1.`id_lang` = 2) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.747
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)
|
827 |
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` = 337
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.747
ms
|
84 |
|
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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
40 |
SELECT SQL_NO_CACHE id_shop
FROM `pswc_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.703
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)
|
217 |
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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 609
ORDER BY f.position ASC |
0.700
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)
|
622 |
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` = 2
AND c.`active` = 1
ORDER BY c.nleft, c.position |
0.690
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)
|
474 |
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` = 46217
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 426 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` = 46217
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 426 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.685
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)
|
16 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `pswc_hook` |
0.684
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)
|
487 |
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` = 427 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` = 427 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.674
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)
|
654 |
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` = 2) 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` = 2) 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` = 2) WHERE ag.id_attribute_group = 35 ORDER BY agl.`name` ASC, a.`position` ASC |
0.666
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)
|
742 |
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 (26363, 26364, 26365, 26366, 26367, 26368, 26369, 26370, 26371, 26372, 26373, 26374, 26375, 26376, 26377, 26378, 26379, 26380, 26381, 26382, 26383, 26384, 26385, 26386, 26387, 26388, 26389, 26390, 26391, 26392, 26393, 26394, 26395, 26396, 26397, 26398, 26399, 26400, 26401, 26402, 26403, 26404, 26405, 26406, 26407, 26408, 26409, 26410, 26411, 26412, 26413, 26414, 26415, 26416, 26417, 26418, 26419, 26420, 26421, 26422, 26423, 26424, 26425, 26426, 26427, 26428, 26429, 26430, 26431, 26432, 26433, 26434, 26435, 26436, 26437, 26438, 26439, 26440, 26441, 26442, 26443, 26444, 26445, 26446) AND il.`id_lang` = 2 ORDER by i.`position` |
0.665
ms
|
84 |
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)
|
1278 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26367) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
9 |
SELECT SQL_NO_CACHE id_shop
FROM `pswc_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1 |
0.660
ms
|
1 |
|
|
/classes/ObjectModel.php:1728
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
652 |
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` = 2) 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` = 2) 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` = 2) WHERE ag.id_attribute_group = 32 ORDER BY agl.`name` ASC, a.`position` ASC |
0.659
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)
|
491 |
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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 427
ORDER BY f.position ASC |
0.646
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)
|
936 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26048) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.639
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 340 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` = 340 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.635
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)
|
525 |
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` = 434
AND image_shop.`cover` = 1 LIMIT 1 |
0.635
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)
|
624 |
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` = 2) 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` = 2) 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` = 2) WHERE ag.id_attribute_group = 6 ORDER BY agl.`name` ASC, a.`position` ASC |
0.635
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)
|
581 |
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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 345
ORDER BY f.position ASC |
0.628
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)
|
370 |
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` = 470 AND pa.`id_product` = 470 AND pa.`id_product_attribute` = 46157 LIMIT 1 |
0.617
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)
|
44 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module_shop` WHERE `id_module` = 113 AND `id_shop` = 1 LIMIT 1 |
0.608
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)
|
215 |
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` = 46177
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 609 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` = 46177
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 609 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.606
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)
|
233 |
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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 608
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)
|
472 |
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` = 426 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` = 426 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.592
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)
|
1280 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26369) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.587
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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 (25660, 25661, 25662, 25663, 25664, 25665, 25666, 25667, 25668, 25669, 25670, 25671, 25672, 25673, 25674, 25675, 25676, 25677, 25678, 25679, 25680, 25681, 25682, 25683, 25684, 25685, 25686, 25687, 25688, 25689, 25690, 25691, 25692, 25693, 25694, 25695, 25696, 25697, 25698, 25699, 25700, 25701, 25702, 25703, 25704, 25705, 25706, 25707, 25708, 25709, 25710, 25711, 25712, 25713, 25714, 25715, 25716, 25717, 25718, 25719, 25720, 25721, 25722, 25723, 25724, 25725, 25726, 25727, 25728, 25729, 25730, 25731, 25732, 25733, 25734, 25735, 25736, 25737, 25738, 25739, 25740, 25741, 25742, 25743) AND il.`id_lang` = 2 ORDER by i.`position` |
0.586
ms
|
84 |
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)
|
568 |
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` = 46189) LIMIT 1 |
0.583
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)
|
129 |
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` = 343) |
0.582
ms
|
84 |
|
|
/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)
|
521 |
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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 431
ORDER BY f.position ASC |
0.581
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)
|
213 |
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` = 609 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` = 609 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.576
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)
|
726 |
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 (26027, 26028, 26029, 26030, 26031, 26032, 26033, 26034, 26035, 26036, 26037, 26038, 26039, 26040, 26041, 26042, 26043, 26044, 26045, 26046, 26047, 26048, 26049, 26050, 26051, 26052, 26053, 26054, 26055, 26056, 26057, 26058, 26059, 26060, 26061, 26062, 26063, 26064, 26065, 26066, 26067, 26068, 26069, 26070, 26071, 26072, 26073, 26074, 26075, 26076, 26077, 26078, 26079, 26080, 26081, 26082, 26083, 26084, 26085, 26086, 26087, 26088, 26089, 26090, 26091, 26092, 26093, 26094, 26095, 26096, 26097, 26098, 26099, 26100, 26101, 26102, 26103, 26104, 26105, 26106, 26107, 26108, 26109, 26110) AND il.`id_lang` = 2 ORDER by i.`position` |
0.569
ms
|
84 |
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)
|
722 |
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 (25943, 25944, 25945, 25946, 25947, 25948, 25949, 25950, 25951, 25952, 25953, 25954, 25955, 25956, 25957, 25958, 25959, 25960, 25961, 25962, 25963, 25964, 25965, 25966, 25967, 25968, 25969, 25970, 25971, 25972, 25973, 25974, 25975, 25976, 25977, 25978, 25979, 25980, 25981, 25982, 25983, 25984, 25985, 25986, 25987, 25988, 25989, 25990, 25991, 25992, 25993, 25994, 25995, 25996, 25997, 25998, 25999, 26000, 26001, 26002, 26003, 26004, 26005, 26006, 26007, 26008, 26009, 26010, 26011, 26012, 26013, 26014, 26015, 26016, 26017, 26018, 26019, 26020, 26021, 26022, 26023, 26024, 26025, 26026) AND il.`id_lang` = 2 ORDER by i.`position` |
0.565
ms
|
84 |
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)
|
96 |
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` = 26027 LIMIT 1 |
0.562
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)
|
522 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 431
AND pac.`id_product_attribute` = 46201
AND agl.`id_lang` = 2 |
0.560
ms
|
1 |
|
|
/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)
|
619 |
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` = 2) 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` = 2) 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` = 2) WHERE ag.id_attribute_group = 31 ORDER BY agl.`name` ASC, a.`position` ASC |
0.553
ms
|
10 |
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)
|
528 |
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` = 434) |
0.552
ms
|
4 |
|
|
/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)
|
29 |
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` = 2
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.551
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)
|
632 |
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` = 2) 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` = 2) 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` = 2) WHERE ag.id_attribute_group = 22 ORDER BY agl.`name` ASC, a.`position` ASC |
0.547
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)
|
53 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.546
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)
|
547 |
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` = 435 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` = 435 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.545
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)
|
734 |
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 (26195, 26196, 26197, 26198, 26199, 26200, 26201, 26202, 26203, 26204, 26205, 26206, 26207, 26208, 26209, 26210, 26211, 26212, 26213, 26214, 26215, 26216, 26217, 26218, 26219, 26220, 26221, 26222, 26223, 26224, 26225, 26226, 26227, 26228, 26229, 26230, 26231, 26232, 26233, 26234, 26235, 26236, 26237, 26238, 26239, 26240, 26241, 26242, 26243, 26244, 26245, 26246, 26247, 26248, 26249, 26250, 26251, 26252, 26253, 26254, 26255, 26256, 26257, 26258, 26259, 26260, 26261, 26262, 26263, 26264, 26265, 26266, 26267, 26268, 26269, 26270, 26271, 26272, 26273, 26274, 26275, 26276, 26277, 26278) AND il.`id_lang` = 2 ORDER by i.`position` |
0.537
ms
|
84 |
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)
|
672 |
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` = 26056
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 340 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` = 26056
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 340 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.535
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)
|
208 |
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` = 46177 LIMIT 1 |
0.533
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)
|
738 |
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 (26447, 26448, 26449, 26450, 26451, 26452, 26453, 26454, 26455, 26456, 26457, 26458, 26459, 26460, 26461, 26462, 26463, 26464, 26465, 26466, 26467, 26468, 26469, 26470, 26471, 26472, 26473, 26474, 26475, 26476, 26477, 26478, 26479, 26480, 26481, 26482, 26483, 26484, 26485, 26486, 26487, 26488, 26489, 26490, 26491, 26492, 26493, 26494, 26495, 26496, 26497, 26498, 26499, 26500, 26501, 26502, 26503, 26504, 26505, 26506, 26507, 26508, 26509, 26510, 26511, 26512, 26513, 26514, 26515, 26516, 26517, 26518, 26519, 26520, 26521, 26522, 26523, 26524, 26525, 26526, 26527, 26528, 26529, 26530) AND il.`id_lang` = 2 ORDER by i.`position` |
0.531
ms
|
84 |
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)
|
307 |
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` = 469 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` = 469 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.530
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)
|
28 |
SELECT SQL_NO_CACHE c.id_currency
FROM `pswc_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.529
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)
|
166 |
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` = 344 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` = 344 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.519
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)
|
77 |
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.516
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)
|
133 |
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` = 343 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` = 343 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.516
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)
|
820 |
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.516
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)
|
345 |
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` = 464
AND image_shop.`cover` = 1 LIMIT 1 |
0.515
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)
|
810 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 1170201 AND name = '_elementor_data' LIMIT 1 |
0.514
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)
|
261 |
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` = 606 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` = 606 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.513
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)
|
630 |
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` = 2) 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` = 2) 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` = 2) WHERE ag.id_attribute_group = 28 ORDER BY agl.`name` ASC, a.`position` ASC |
0.503
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)
|
128 |
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` = 25716 LIMIT 1 |
0.502
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)
|
690 |
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` = 341 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` = 341 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.498
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)
|
1177 |
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` = 2
LEFT JOIN `pswc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 346) AND (b.`id_shop` = 1) LIMIT 1 |
0.493
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:246 (getProductObject)
/src/Adapter/Presenter/Product/ProductLazyArray.php:908 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:196 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:219 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 337 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` = 337 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/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)
|
813 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 1170201 AND name = '_elementor_data' LIMIT 1 |
0.484
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)
|
1372 |
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.481
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_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
207 |
SELECT SQL_NO_CACHE *
FROM `pswc_product` a
LEFT JOIN `pswc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pswc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 609) AND (b.`id_shop` = 1) LIMIT 1 |
0.478
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5619 (getProductLink)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
760 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 2170201 AND name = '_elementor_version' LIMIT 1 |
0.476
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)
|
117 |
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` = 342 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` = 342 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.473
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)
|
692 |
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` = 26224
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 341 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` = 26224
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 341 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.470
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)
|
1364 |
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` = 2
)
WHERE pac.`id_product_attribute` = 25968
ORDER BY ag.`position` ASC, a.`position` ASC |
0.468
ms
|
3 |
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_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 340) |
0.465
ms
|
84 |
|
|
/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)
|
209 |
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` = 609) |
0.465
ms
|
4 |
|
|
/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)
|
579 |
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` = 26363
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 345 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` = 26363
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 345 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)
|
824 |
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` = 337) LIMIT 1 |
0.463
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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
107 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 340
AND pac.`id_product_attribute` = 26027
AND agl.`id_lang` = 2 |
0.461
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)
|
527 |
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` = 46209 LIMIT 1 |
0.460
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)
|
1373 |
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.459
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_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 605 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` = 605 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.457
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)
|
245 |
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` = 607 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` = 607 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.456
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)
|
476 |
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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 426
ORDER BY f.position ASC |
0.456
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)
|
715 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 345
AND pac.`id_product_attribute` = 26392
AND agl.`id_lang` = 2 |
0.456
ms
|
3 |
|
|
/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)
|
808 |
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` = 2
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 |
0.456
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)
|
243 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 607 AND `id_group` = 1 LIMIT 1 |
0.454
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)
|
695 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 341
AND pac.`id_product_attribute` = 26224
AND agl.`id_lang` = 2 |
0.452
ms
|
3 |
|
|
/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)
|
171 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 344
AND pac.`id_product_attribute` = 26736
AND agl.`id_lang` = 2 |
0.451
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)
|
322 |
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` = 466 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` = 466 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)
|
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` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 433 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` = 433 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)
|
158 |
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` = 344
AND image_shop.`cover` = 1 LIMIT 1 |
0.443
ms
|
1 |
|
|
/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)
|
214 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 609) AND (id_product_attribute = 46177) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.442
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)
|
558 |
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` = 428) |
0.441
ms
|
4 |
|
|
/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)
|
636 |
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` = 2) 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` = 2) 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` = 2) WHERE ag.id_attribute_group = 24 ORDER BY agl.`name` ASC, a.`position` ASC |
0.439
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)
|
87 |
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` = 337 AND pa.`id_product` = 337 AND pa.`id_product_attribute` = 25943 LIMIT 1 |
0.438
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)
|
457 |
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` = 424 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` = 424 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.437
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)
|
468 |
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` = 426) |
0.436
ms
|
4 |
|
|
/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)
|
168 |
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` = 26736
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 344 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` = 26736
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 344 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.434
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)
|
1269 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 345
AND pac.`id_product_attribute` = 26392
AND agl.`id_lang` = 2 |
0.434
ms
|
3 |
|
|
/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:196 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:41 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:219 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 25968
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 337 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` = 25968
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 337 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.433
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)
|
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 436
AND pac.`id_product_attribute` = 46225
AND agl.`id_lang` = 2 |
0.432
ms
|
1 |
|
|
/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)
|
103 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 26027
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 340 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` = 26027
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 340 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.430
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)
|
119 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 29368
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 342 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` = 29368
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 342 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: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)
|
170 |
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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 344
ORDER BY f.position ASC |
0.428
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)
|
412 |
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` = 436 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` = 436 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)
|
1208 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26472) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.428
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 46137
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 424 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` = 46137
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 424 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.427
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)
|
758 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module` WHERE `name` = "ps_linklist" LIMIT 1 |
0.426
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)
|
675 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 340
AND pac.`id_product_attribute` = 26056
AND agl.`id_lang` = 2 |
0.425
ms
|
3 |
|
|
/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)
|
151 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 26195
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 341 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` = 26195
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 341 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.425
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)
|
617 |
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` = 2) 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` = 2) 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` = 2) WHERE ag.id_attribute_group = 30 ORDER BY agl.`name` ASC, a.`position` ASC |
0.424
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)
|
427 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT 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` = 430 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` = 430 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.424
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)
|
31 |
SELECT SQL_NO_CACHE `id_lang` FROM `pswc_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.423
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)
|
754 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module` WHERE `name` = "psgdpr" LIMIT 1 |
0.421
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/core/dynamic-tags/dynamic-css.php:117 (getChildren)
/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)
|
1086 |
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` = 341) LIMIT 1 |
0.421
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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 234
AND pac.`id_product_attribute` = 46129
AND agl.`id_lang` = 2 |
0.420
ms
|
1 |
|
|
/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)
|
244 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 607) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.419
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)
|
337 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT 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` = 467 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` = 467 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.419
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)
|
490 |
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` = 427 AND pa.`id_product` = 427 AND pa.`id_product_attribute` = 46229 LIMIT 1 |
0.419
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)
|
312 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 469
AND pac.`id_product_attribute` = 46153
AND agl.`id_lang` = 2 |
0.418
ms
|
1 |
|
|
/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)
|
382 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT 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` = 416 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` = 416 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.418
ms
|
0 |
|
|
/classes/Cart.php: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)
|
199 |
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` = 46129
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 234 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` = 46129
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 234 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.418
ms
|
0 |
|
|
/classes/Cart.php: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)
|
517 |
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` = 431 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` = 431 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.418
ms
|
0 |
|
|
/classes/Cart.php: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)
|
609 |
SELECT SQL_NO_CACHE `image_type`
FROM `pswc_pm_advancedtopmenu_elements_lang`
WHERE `image_type` NOT IN ("jpg", "png", "gif")
AND `id_lang` = 2 |
0.418
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)
|
665 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 337
AND pac.`id_product_attribute` = 25968
AND agl.`id_lang` = 2 |
0.418
ms
|
3 |
|
|
/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)
|
680 |
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` = 343 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` = 343 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.418
ms
|
0 |
|
|
/classes/Cart.php: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)
|
593 |
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` = 437 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` = 437 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.417
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)
|
702 |
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` = 26476
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 346 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` = 26476
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 346 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.417
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)
|
296 |
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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 605
ORDER BY f.position ASC |
0.416
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)
|
999 |
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` = 343) LIMIT 1 |
0.415
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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 26447
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 346 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` = 26447
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 346 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.414
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)
|
255 |
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` = 2
LEFT JOIN `pswc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 606) AND (b.`id_shop` = 1) LIMIT 1 |
0.414
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5619 (getProductLink)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php: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 state FROM pswc_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.413
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)
|
310 |
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` = 469 AND pa.`id_product` = 469 AND pa.`id_product_attribute` = 46153 LIMIT 1 |
0.413
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)
|
1365 |
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` = 2
)
WHERE pac.`id_product_attribute` = 26056
ORDER BY ag.`position` ASC, a.`position` ASC |
0.413
ms
|
3 |
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_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
327 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 466
AND pac.`id_product_attribute` = 46145
AND agl.`id_lang` = 2 |
0.412
ms
|
1 |
|
|
/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)
|
573 |
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` = 345) |
0.412
ms
|
84 |
|
|
/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)
|
442 |
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` = 432 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` = 432 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.410
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 *
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` = 46176) LIMIT 1 |
0.409
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)
|
523 |
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` = 46201) LIMIT 1 |
0.407
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)
|
685 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 343
AND pac.`id_product_attribute` = 25696
AND agl.`id_lang` = 2 |
0.407
ms
|
3 |
|
|
/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)
|
187 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 346
AND pac.`id_product_attribute` = 26447
AND agl.`id_lang` = 2 |
0.406
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)
|
266 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 606
AND pac.`id_product_attribute` = 46169
AND agl.`id_lang` = 2 |
0.406
ms
|
1 |
|
|
/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)
|
309 |
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` = 46153
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 469 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` = 46153
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 469 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.405
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)
|
519 |
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` = 46201
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 431 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` = 46201
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 431 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.405
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)
|
461 |
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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 424
ORDER BY f.position ASC |
0.405
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)
|
311 |
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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 469
ORDER BY f.position ASC |
0.404
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)
|
731 |
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` = 2
LEFT JOIN `pswc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 341) AND (b.`id_shop` = 1) LIMIT 1 |
0.404
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)
|
1366 |
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` = 2
)
WHERE pac.`id_product_attribute` = 25696
ORDER BY ag.`position` ASC, a.`position` ASC |
0.403
ms
|
3 |
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_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 2)
WHERE i.`id_product` = 343
ORDER BY `position` |
0.403
ms
|
4 |
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)
|
812 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 1170201 AND name = '_elementor_css' LIMIT 1 |
0.401
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)
|
384 |
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` = 46133
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 416 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` = 46133
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 416 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.400
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 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` = 46181
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 608 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` = 46181
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 608 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: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)
|
218 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 609
AND pac.`id_product_attribute` = 46177
AND agl.`id_lang` = 2 |
0.398
ms
|
1 |
|
|
/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)
|
247 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pswc_cart_product` cp
WHERE cp.`id_product_attribute` = 46176
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 607 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` = 46176
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 607 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.397
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)
|
372 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 470
AND pac.`id_product_attribute` = 46157
AND agl.`id_lang` = 2 |
0.397
ms
|
1 |
|
|
/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)
|
414 |
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` = 46225
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 436 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` = 46225
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 436 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.396
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)
|
612 |
SELECT SQL_NO_CACHE `image_type`
FROM `pswc_pm_advancedtopmenu_elements_lang`
WHERE `image_type` NOT IN ("jpg", "png", "gif")
AND `id_lang` = 2 |
0.395
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)
|
265 |
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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 606
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)
|
705 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 346
AND pac.`id_product_attribute` = 26476
AND agl.`id_lang` = 2 |
0.392
ms
|
3 |
|
|
/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)
|
513 |
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` = 431) |
0.390
ms
|
4 |
|
|
/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)
|
253 |
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` = 606
AND image_shop.`cover` = 1 LIMIT 1 |
0.390
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)
|
355 |
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` = 464 AND pa.`id_product` = 464 AND pa.`id_product_attribute` = 46141 LIMIT 1 |
0.386
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)
|
357 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 464
AND pac.`id_product_attribute` = 46141
AND agl.`id_lang` = 2 |
0.385
ms
|
1 |
|
|
/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)
|
262 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 606) AND (id_product_attribute = 46169) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.384
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)
|
549 |
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` = 46205
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 435 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` = 46205
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 435 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.383
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)
|
399 |
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` = 46185
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 433 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` = 46185
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 433 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.381
ms
|
0 |
|
|
/classes/Cart.php: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)
|
403 |
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` = 46185) LIMIT 1 |
0.381
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)
|
444 |
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` = 46213
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 432 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` = 46213
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 432 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.381
ms
|
0 |
|
|
/classes/Cart.php: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)
|
611 |
SELECT SQL_NO_CACHE `image_type`
FROM `pswc_pm_advancedtopmenu_columns_lang`
WHERE `image_type` NOT IN ("jpg", "png", "gif")
AND `id_lang` = 2 |
0.381
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)
|
286 |
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` = 2
LEFT JOIN `pswc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 605) AND (b.`id_shop` = 1) LIMIT 1 |
0.380
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5619 (getProductLink)
/classes/Product.php:5923 (getProductProperties)
/classes/Category.php:1071 (getProductsProperties)
/modules/facebookproductad/lib/pixel/pixelCategory.php:60 (getProducts)
/modules/facebookproductad/lib/pixel/basePixel.php:270 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1559 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:125 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:61 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:59 (run)
/modules/facebookproductad/facebookproductad.php:325 (run)
/modules/facebookproductad/facebookproductad.php:283 (_execHook)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php: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 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` = 46169
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 606 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` = 46169
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 606 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)
|
605 |
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 <= 105 AND c.nright >= 106 AND c.nleft >= 2 AND c.nright <= 253 AND cl.id_lang = 2 AND c.level_depth > 1 ORDER BY c.level_depth ASC |
0.379
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)
|
723 |
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` = 2
LEFT JOIN `pswc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 340) AND (b.`id_shop` = 1) LIMIT 1 |
0.379
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)
|
342 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 467
AND pac.`id_product_attribute` = 46149
AND agl.`id_lang` = 2 |
0.378
ms
|
1 |
|
|
/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)
|
763 |
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` = 2)
WHERE atmcw.`active` = 1 AND (atmcw.`active_desktop` = 1 || atmcw.`active_mobile` = 1) AND atmcw.`id_menu` = 1
ORDER BY atmcw.`position` |
0.378
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)
|
1368 |
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` = 2
)
WHERE pac.`id_product_attribute` = 26476
ORDER BY ag.`position` ASC, a.`position` ASC |
0.377
ms
|
3 |
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_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1179 |
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` = 346) LIMIT 1 |
0.376
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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
552 |
SELECT SQL_NO_CACHE 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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 435
AND pac.`id_product_attribute` = 46205
AND agl.`id_lang` = 2 |
0.375
ms
|
1 |
|
|
/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)
|
595 |
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` = 46193
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 437 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` = 46193
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 437 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.375
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)
|
511 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 187 LIMIT 1 |
0.373
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)
|
578 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26363) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.369
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)
|
598 |
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` = 2)
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` = 2)
LEFT JOIN `pswc_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 437
AND pac.`id_product_attribute` = 46193
AND agl.`id_lang` = 2 |
0.368
ms
|
1 |
|
|
/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 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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 433
ORDER BY f.position ASC |
0.366
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)
|
1352 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26441) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.363
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 2)
WHERE atmcw.`active` = 1 AND (atmcw.`active_desktop` = 1 || atmcw.`active_mobile` = 1) AND atmcw.`id_menu` = 3
ORDER BY atmcw.`position` |
0.362
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)
|
732 |
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` = 2)
WHERE i.`id_product` = 341
ORDER BY `position` |
0.361
ms
|
4 |
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)
|
720 |
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` = 2)
WHERE i.`id_product` = 337
ORDER BY `position` |
0.358
ms
|
4 |
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)
|
814 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 1170201 AND name = '_elementor_version' LIMIT 1 |
0.358
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)
|
566 |
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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 428
ORDER BY f.position ASC |
0.356
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)
|
59 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `pswc_country`
WHERE `id_country` = 3 LIMIT 1 |
0.352
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)
|
61 |
SELECT SQL_NO_CACHE *
FROM `pswc_country_lang`
WHERE `id_country` = 3 |
0.352
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)
|
1342 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26431) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.352
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
326 |
SELECT SQL_NO_CACHE 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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 466
ORDER BY f.position ASC |
0.351
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)
|
356 |
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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 464
ORDER BY f.position ASC |
0.350
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)
|
1367 |
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` = 2
)
WHERE pac.`id_product_attribute` = 26224
ORDER BY ag.`position` ASC, a.`position` ASC |
0.349
ms
|
3 |
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_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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.348
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)
|
735 |
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` = 2
LEFT JOIN `pswc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 346) AND (b.`id_shop` = 1) LIMIT 1 |
0.347
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)
|
185 |
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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 346
ORDER BY f.position ASC |
0.347
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)
|
303 |
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` = 469) |
0.343
ms
|
4 |
|
|
/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)
|
1374 |
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.340
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_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1387 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 0 AND name = '_u_elementor_preferences' LIMIT 1 |
0.340
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)
|
416 |
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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 436
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)
|
428 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 430) AND (id_product_attribute = 46197) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.336
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)
|
56 |
SELECT SQL_NO_CACHE state FROM pswc_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.335
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)
|
823 |
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` |
0.335
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_68762f5660e756_70710483)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
113 |
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` = 342) |
0.334
ms
|
28 |
|
|
/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)
|
1321 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26410) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.334
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1381 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 192010000 AND name = '_elementor_data' LIMIT 1 |
0.332
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)
|
259 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 606 AND `id_group` = 1 LIMIT 1 |
0.330
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)
|
597 |
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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 437
ORDER BY f.position ASC |
0.330
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)
|
341 |
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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 467
ORDER BY f.position ASC |
0.329
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)
|
1384 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 187040201 AND name = '_elementor_page_settings' LIMIT 1 |
0.329
ms
|
1 |
|
|
/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)
|
330 |
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` = 467
AND image_shop.`cover` = 1 LIMIT 1 |
0.326
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)
|
551 |
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 = 2)
LEFT JOIN pswc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pswc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 435
ORDER BY f.position ASC |
0.322
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)
|
60 |
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.320
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)
|
747 |
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` = 2
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.320
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)
|
1375 |
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.320
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_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
58 |
SELECT SQL_NO_CACHE format
FROM `pswc_address_format`
WHERE `id_country` = 3 LIMIT 1 |
0.319
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)
|
740 |
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` = 2)
WHERE i.`id_product` = 345
ORDER BY `position` |
0.319
ms
|
4 |
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)
|
1370 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module` WHERE `name` = "afgooglereviews" LIMIT 1 |
0.319
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:999 (isEnabled)
/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_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 `id_module` FROM `pswc_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.317
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/core/dynamic-tags/dynamic-css.php:117 (getChildren)
/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)
|
724 |
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` = 2)
WHERE i.`id_product` = 340
ORDER BY `position` |
0.316
ms
|
4 |
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)
|
1279 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26368) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.314
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 value FROM pswc_ce_meta WHERE id = 1170201 AND name = '_elementor_page_settings' LIMIT 1 |
0.313
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)
|
333 |
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` = 467) |
0.313
ms
|
4 |
|
|
/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)
|
304 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 469 AND id_shop=1 LIMIT 1 |
0.312
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)
|
543 |
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` = 435) |
0.312
ms
|
4 |
|
|
/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)
|
745 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 187040201 AND name = '_elementor_page_settings' LIMIT 1 |
0.311
ms
|
1 |
|
|
/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/modules/page-templates/module.php:69 (getDocForFrontend)
/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)
|
272 |
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` = 471) |
0.310
ms
|
4 |
|
|
/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)
|
241 |
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` = 607) |
0.309
ms
|
4 |
|
|
/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)
|
302 |
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` = 46153 LIMIT 1 |
0.309
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)
|
480 |
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` = 427
AND image_shop.`cover` = 1 LIMIT 1 |
0.308
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)
|
1119 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26226) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.308
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1377 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 192010000 AND name = '_wp_page_template' LIMIT 1 |
0.308
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)
|
1344 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26433) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.307
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
613 |
SELECT SQL_NO_CACHE `name`
FROM `pswc_hook`
WHERE `id_hook` = 14 LIMIT 1 |
0.305
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)
|
308 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 469) AND (id_product_attribute = 46153) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.302
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)
|
752 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 2170201 AND name = '_elementor_data' LIMIT 1 |
0.301
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)
|
393 |
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` = 433) |
0.299
ms
|
4 |
|
|
/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)
|
736 |
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` = 2)
WHERE i.`id_product` = 346
ORDER BY `position` |
0.296
ms
|
4 |
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)
|
174 |
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` = 346
AND image_shop.`cover` = 1 LIMIT 1 |
0.295
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)
|
494 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 46229 |
0.295
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)
|
768 |
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` = 2)
WHERE atmcw.`active` = 1 AND (atmcw.`active_desktop` = 1 || atmcw.`active_mobile` = 1) AND atmcw.`id_menu` = 7
ORDER BY atmcw.`position` |
0.294
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)
|
381 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 416) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.292
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 `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 427 AND id_shop=1 LIMIT 1 |
0.292
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)
|
602 |
SELECT SQL_NO_CACHE *
FROM `pswc_category_lang`
WHERE `id_category` = 187 AND `id_shop` = 1 |
0.291
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)
|
273 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 471 AND id_shop=1 LIMIT 1 |
0.290
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)
|
586 |
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` = 437
AND image_shop.`cover` = 1 LIMIT 1 |
0.288
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)
|
1146 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26253) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.288
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1214 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26478) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.288
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
398 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 433) AND (id_product_attribute = 46185) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.287
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)
|
1197 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26461) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.286
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
150 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26195) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.284
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)
|
230 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 608) AND (id_product_attribute = 46181) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.284
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)
|
1151 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26258) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.284
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
475 |
SELECT SQL_NO_CACHE 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` = 426 AND pa.`id_product` = 426 AND pa.`id_product_attribute` = 46217 LIMIT 1 |
0.282
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 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` = 2)
WHERE atmcw.`active` = 1 AND (atmcw.`active_desktop` = 1 || atmcw.`active_mobile` = 1) AND atmcw.`id_menu` = 4
ORDER BY atmcw.`position` |
0.282
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)
|
1107 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26213) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.282
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
79 |
SELECT SQL_NO_CACHE *
FROM `pswc_tax_lang`
WHERE `id_tax` = 84 |
0.281
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)
|
1333 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26422) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.281
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
193 |
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` = 234) |
0.279
ms
|
4 |
|
|
/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)
|
767 |
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` = 2)
WHERE atmcw.`active` = 1 AND (atmcw.`active_desktop` = 1 || atmcw.`active_mobile` = 1) AND atmcw.`id_menu` = 6
ORDER BY atmcw.`position` |
0.279
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)
|
1205 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26469) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.277
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
415 |
SELECT SQL_NO_CACHE 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` = 436 AND pa.`id_product` = 436 AND pa.`id_product_attribute` = 46225 LIMIT 1 |
0.276
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)
|
1379 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 192010000 AND name = '_elementor_css' LIMIT 1 |
0.276
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)
|
1350 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26439) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.275
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1145 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26252) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.275
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
363 |
SELECT SQL_NO_CACHE 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` = 470) |
0.274
ms
|
4 |
|
|
/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)
|
188 |
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` = 26447) LIMIT 1 |
0.274
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)
|
205 |
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` = 609
AND image_shop.`cover` = 1 LIMIT 1 |
0.273
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)
|
257 |
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` = 606) |
0.273
ms
|
4 |
|
|
/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)
|
420 |
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` = 430
AND image_shop.`cover` = 1 LIMIT 1 |
0.273
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)
|
318 |
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` = 466) |
0.272
ms
|
4 |
|
|
/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)
|
766 |
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` = 2)
WHERE atmcw.`active` = 1 AND (atmcw.`active_desktop` = 1 || atmcw.`active_mobile` = 1) AND atmcw.`id_menu` = 5
ORDER BY atmcw.`position` |
0.272
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)
|
264 |
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` = 606 AND pa.`id_product` = 606 AND pa.`id_product_attribute` = 46169 LIMIT 1 |
0.271
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)
|
589 |
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` = 437) |
0.271
ms
|
4 |
|
|
/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)
|
1340 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26429) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.271
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
438 |
SELECT SQL_NO_CACHE 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` = 432) |
0.269
ms
|
4 |
|
|
/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)
|
687 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 25696 |
0.269
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)
|
110 |
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` = 342
AND image_shop.`cover` = 1 LIMIT 1 |
0.269
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)
|
1323 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26412) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1385 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 187040201 AND name = '_wp_page_template' LIMIT 1 |
0.269
ms
|
1 |
|
|
/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)
|
270 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 187 LIMIT 1 |
0.267
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)
|
673 |
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` = 340 AND pa.`id_product` = 340 AND pa.`id_product_attribute` = 26056 LIMIT 1 |
0.267
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)
|
526 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 187 LIMIT 1 |
0.266
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)
|
749 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 2170201 AND name = '_elementor_data' LIMIT 1 |
0.264
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)
|
1339 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26428) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.264
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
169 |
SELECT SQL_NO_CACHE 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` = 344 AND pa.`id_product` = 344 AND pa.`id_product_attribute` = 26736 LIMIT 1 |
0.264
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)
|
288 |
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` = 605) |
0.264
ms
|
4 |
|
|
/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)
|
331 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 187 LIMIT 1 |
0.262
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)
|
375 |
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` = 416
AND image_shop.`cover` = 1 LIMIT 1 |
0.262
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)
|
1211 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26475) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.262
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
269 |
SELECT SQL_NO_CACHE 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` = 471
AND image_shop.`cover` = 1 LIMIT 1 |
0.261
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)
|
300 |
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` = 469
AND image_shop.`cover` = 1 LIMIT 1 |
0.260
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)
|
325 |
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` = 466 AND pa.`id_product` = 466 AND pa.`id_product_attribute` = 46145 LIMIT 1 |
0.260
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)
|
550 |
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` = 435 AND pa.`id_product` = 435 AND pa.`id_product_attribute` = 46205 LIMIT 1 |
0.260
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)
|
1386 |
SELECT SQL_NO_CACHE id_ce_revision FROM pswc_ce_revision WHERE parent = 187040201 AND active = 0 AND id_employee = 0 LIMIT 1 |
0.259
ms
|
1 |
|
|
/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)
|
886 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 26002) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.257
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 data FROM pswc_layered_filter_block WHERE hash="f88ed93553ef85f1a4675d69acb6c133" LIMIT 1 |
0.256
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)
|
279 |
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` = 471 AND pa.`id_product` = 471 AND pa.`id_product_attribute` = 46161 LIMIT 1 |
0.256
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)
|
1271 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_lang`
WHERE `id_product` = 345 AND `id_shop` = 1 |
0.255
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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
165 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 344) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.254
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)
|
1209 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26473) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.254
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 432
AND image_shop.`cover` = 1 LIMIT 1 |
0.253
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)
|
844 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 25959) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.253
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
81 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_group`
WHERE `id_group` = 1 LIMIT 1 |
0.252
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)
|
471 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 426) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.252
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)
|
338 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 467) AND (id_product_attribute = 46149) 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: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)
|
120 |
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` = 342 AND pa.`id_product` = 342 AND pa.`id_product_attribute` = 29368 LIMIT 1 |
0.250
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)
|
315 |
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` = 466
AND image_shop.`cover` = 1 LIMIT 1 |
0.250
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)
|
608 |
SELECT SQL_NO_CACHE `image_type`
FROM `pswc_pm_advancedtopmenu_columns_lang`
WHERE `image_type` NOT IN ("jpg", "png", "gif")
AND `id_lang` = 2 |
0.249
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)
|
663 |
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` = 337 AND pa.`id_product` = 337 AND pa.`id_product_attribute` = 25968 LIMIT 1 |
0.247
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)
|
1196 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26460) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.247
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
360 |
SELECT SQL_NO_CACHE 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` = 470
AND image_shop.`cover` = 1 LIMIT 1 |
0.246
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)
|
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` = 46225) 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)
|
540 |
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` = 435
AND image_shop.`cover` = 1 LIMIT 1 |
0.246
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)
|
716 |
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` = 26392) 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/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)
|
570 |
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` = 345
AND image_shop.`cover` = 1 LIMIT 1 |
0.245
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)
|
902 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 26018) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.245
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 343 AND pa.`id_product` = 343 AND pa.`id_product_attribute` = 25696 LIMIT 1 |
0.245
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)
|
751 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 2170201 AND name = '_elementor_css' LIMIT 1 |
0.243
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)
|
460 |
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` = 424 AND pa.`id_product` = 424 AND pa.`id_product_attribute` = 46137 LIMIT 1 |
0.243
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)
|
486 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 427) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.243
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)
|
1353 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26442) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.243
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1336 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26425) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.242
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 341 AND pa.`id_product` = 341 AND pa.`id_product_attribute` = 26224 LIMIT 1 |
0.242
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)
|
906 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 26022) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1000 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_lang`
WHERE `id_product` = 343 AND `id_shop` = 1 |
0.241
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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1019 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25676) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
221 |
SELECT SQL_NO_CACHE 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` = 608
AND image_shop.`cover` = 1 LIMIT 1 |
0.239
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)
|
445 |
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` = 432 AND pa.`id_product` = 432 AND pa.`id_product_attribute` = 46213 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)
|
400 |
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` = 433 AND pa.`id_product` = 433 AND pa.`id_product_attribute` = 46185 LIMIT 1 |
0.238
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)
|
184 |
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` = 346 AND pa.`id_product` = 346 AND pa.`id_product_attribute` = 26447 LIMIT 1 |
0.238
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)
|
524 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 46201 |
0.238
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)
|
703 |
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` = 346 AND pa.`id_product` = 346 AND pa.`id_product_attribute` = 26476 LIMIT 1 |
0.238
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)
|
1222 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26486) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1326 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26415) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
108 |
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` = 26027) 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)
|
313 |
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` = 46153) 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)
|
71 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 192 LIMIT 1 |
0.236
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)
|
74 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 337 AND id_shop=1 LIMIT 1 |
0.236
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)
|
1099 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26205) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 609 AND pa.`id_product` = 609 AND pa.`id_product_attribute` = 46177 LIMIT 1 |
0.235
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)
|
903 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 26019) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.235
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1338 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26427) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.235
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
219 |
SELECT SQL_NO_CACHE *
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` = 46177) LIMIT 1 |
0.234
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)
|
1134 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26241) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.234
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
282 |
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` = 46161) 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)
|
172 |
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` = 26736) 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)
|
190 |
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` = 234
AND image_shop.`cover` = 1 LIMIT 1 |
0.233
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)
|
557 |
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` = 46189 LIMIT 1 |
0.233
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)
|
563 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 428) AND (id_product_attribute = 46189) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.233
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)
|
93 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 25943 |
0.232
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)
|
748 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 2170201 AND name = '_elementor_page_settings' LIMIT 1 |
0.232
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)
|
1198 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26462) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1158 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26265) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.231
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 *
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` = 26056) LIMIT 1 |
0.230
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)
|
696 |
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` = 26224) LIMIT 1 |
0.230
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)
|
1215 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26479) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.230
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
258 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 606 AND id_shop=1 LIMIT 1 |
0.229
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)
|
340 |
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` = 467 AND pa.`id_product` = 467 AND pa.`id_product_attribute` = 46149 LIMIT 1 |
0.229
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)
|
192 |
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` = 46129 LIMIT 1 |
0.229
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)
|
1169 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26275) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.229
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1193 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26457) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.229
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1184 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26448) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.228
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 46176 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)
|
503 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 429) AND (id_product_attribute = 46221) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.227
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)
|
1200 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26464) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.227
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
539 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 46209 |
0.226
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)
|
1038 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25695) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.226
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1192 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26456) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.225
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1351 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26440) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.225
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 *
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` = 25968) LIMIT 1 |
0.224
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)
|
1204 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26468) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.224
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1337 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26426) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.224
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 192 LIMIT 1 |
0.224
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)
|
826 |
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` = 192 LIMIT 1 |
0.224
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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1162 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26269) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.224
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1199 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26463) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.223
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 = 337) AND (id_product_attribute = 25969) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.223
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 26016) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.223
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1087 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_lang`
WHERE `id_product` = 341 AND `id_shop` = 1 |
0.223
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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1213 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26477) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.223
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1330 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26419) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.223
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
159 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pswc_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 187 LIMIT 1 |
0.222
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)
|
1203 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26467) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.222
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1218 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26482) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.222
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1329 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26418) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.222
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
473 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 426) AND (id_product_attribute = 46217) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.221
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)
|
1327 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26416) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
328 |
SELECT SQL_NO_CACHE *
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` = 46145) 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)
|
413 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 436) AND (id_product_attribute = 46225) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.220
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)
|
596 |
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` = 437 AND pa.`id_product` = 437 AND pa.`id_product_attribute` = 46193 LIMIT 1 |
0.220
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)
|
1180 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_lang`
WHERE `id_product` = 346 AND `id_shop` = 1 |
0.220
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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1189 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26453) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.220
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1195 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26459) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.220
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1345 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26434) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.220
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
584 |
SELECT SQL_NO_CACHE *
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` = 26363) LIMIT 1 |
0.219
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)
|
1194 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26458) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1325 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26414) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
374 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 46157 |
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)
|
1201 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26465) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1216 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26480) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1217 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26481) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1328 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26417) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1335 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26424) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.218
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1191 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26455) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.218
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1210 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26474) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.218
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1220 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26484) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.218
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
114 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 342 AND id_shop=1 LIMIT 1 |
0.217
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)
|
1190 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26454) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.217
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1348 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26437) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.217
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1219 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26483) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.216
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1376 |
SELECT SQL_NO_CACHE *
FROM `pswc_ce_template` a
WHERE (a.`id_ce_template` = 192) LIMIT 1 |
0.216
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)
|
1035 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25692) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1106 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26212) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1143 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26250) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1153 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26260) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1165 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26271) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1031 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25688) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1048 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25706) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1159 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26266) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1212 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26476) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1155 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26262) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1380 |
SELECT SQL_NO_CACHE value FROM pswc_ce_meta WHERE id = 192010000 AND name = '_elementor_css' LIMIT 1 |
0.213
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)
|
256 |
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` = 46169 LIMIT 1 |
0.212
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)
|
496 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 187 LIMIT 1 |
0.212
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)
|
714 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 345
AND `required` = 1 AND `is_deleted` = 0 |
0.212
ms
|
3 |
|
|
/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)
|
1094 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26200) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.212
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
556 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 187 LIMIT 1 |
0.211
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)
|
922 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26034) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.211
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1135 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26242) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.211
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1152 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26259) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.211
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1154 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26261) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.211
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1202 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26466) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.211
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1091 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26197) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1142 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26249) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
658 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 192 LIMIT 1 |
0.210
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)
|
1156 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26263) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
343 |
SELECT SQL_NO_CACHE *
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` = 46149) LIMIT 1 |
0.209
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)
|
1140 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26247) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
173 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 26736 |
0.208
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)
|
317 |
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` = 46145 LIMIT 1 |
0.208
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)
|
1285 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26374) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1341 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26430) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
210 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 609 AND id_shop=1 LIMIT 1 |
0.207
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)
|
659 |
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` = 25968 LIMIT 1 |
0.207
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)
|
424 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 430 AND id_shop=1 LIMIT 1 |
0.207
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)
|
226 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 608 AND id_shop=1 LIMIT 1 |
0.206
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)
|
1137 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26244) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.206
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1163 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26270) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.206
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1360 |
SELECT SQL_NO_CACHE * FROM `pswc_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.206
ms
|
1 |
|
|
/classes/module/Module.php:2015
/classes/Hook.php:881 (getExceptionsStatic)
/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_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 605) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.205
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)
|
874 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 25990) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.205
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1136 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26243) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.205
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1148 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26255) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.205
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
366 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 470) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.204
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)
|
721 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pswc_product_attribute`
WHERE `id_product` = 337 |
0.204
ms
|
84 |
|
|
/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)
|
1052 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25710) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1121 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26228) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
917 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26029) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1144 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26251) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1150 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26257) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1254 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26518) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1065 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25724) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1172 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26278) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1261 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26525) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 26023) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1334 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26423) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
729 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pswc_product_attribute`
WHERE `id_product` = 343 |
0.202
ms
|
84 |
|
|
/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)
|
1249 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26513) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
148 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.201
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)
|
1028 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25685) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1304 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26393) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 46133 LIMIT 1 |
0.200
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)
|
688 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 192 LIMIT 1 |
0.200
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)
|
314 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 46153 |
0.199
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)
|
1170 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26276) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1296 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26385) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1141 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26248) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 337
AND `required` = 1 AND `is_deleted` = 0 |
0.198
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)
|
1046 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25704) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1284 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26373) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
469 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 426 AND id_shop=1 LIMIT 1 |
0.197
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)
|
674 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 340
AND `required` = 1 AND `is_deleted` = 0 |
0.197
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)
|
1354 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26443) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
167 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 344) AND (id_product_attribute = 26736) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.197
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)
|
725 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pswc_product_attribute`
WHERE `id_product` = 340 |
0.197
ms
|
84 |
|
|
/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)
|
127 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 192 LIMIT 1 |
0.196
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 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` = 46185 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)
|
896 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 26012) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.196
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1007 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25664) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.196
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1149 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26256) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.196
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1371 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module_shop` WHERE `id_module` = 150 AND `id_shop` = 1 LIMIT 1 |
0.196
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:999 (isEnabled)
/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_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
362 |
SELECT SQL_NO_CACHE 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` = 46157 LIMIT 1 |
0.195
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)
|
842 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 25957) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
939 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26051) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
943 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26055) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
948 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26061) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
246 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 607) AND (id_product_attribute = 46176) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.195
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)
|
1128 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26235) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
946 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26059) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
967 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26080) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
301 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 187 LIMIT 1 |
0.193
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)
|
323 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 466) AND (id_product_attribute = 46145) 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)
|
587 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 187 LIMIT 1 |
0.193
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)
|
689 |
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` = 26224 LIMIT 1 |
0.193
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)
|
1129 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26236) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
941 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26053) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
995 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26108) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1332 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26421) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
186 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 346
AND `required` = 1 AND `is_deleted` = 0 |
0.192
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)
|
1232 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26496) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1331 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26420) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1147 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26254) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.191
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1168 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26274) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.191
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1357 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26446) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.191
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
182 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26447) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.190
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)
|
271 |
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` = 46161 LIMIT 1 |
0.190
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)
|
681 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25696) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.190
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)
|
733 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pswc_product_attribute`
WHERE `id_product` = 341 |
0.190
ms
|
84 |
|
|
/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)
|
867 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 25983) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.190
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
944 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26057) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.190
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
945 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26058) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.190
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1037 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25694) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.190
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
718 |
SELECT SQL_NO_CACHE state FROM pswc_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.190
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)
|
260 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 606) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.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)
|
923 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26035) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1013 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25670) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1108 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26214) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
684 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 343
AND `required` = 1 AND `is_deleted` = 0 |
0.189
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)
|
1057 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25715) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1101 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26207) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 341
AND `required` = 1 AND `is_deleted` = 0 |
0.188
ms
|
3 |
|
|
/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)
|
957 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26070) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1303 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26392) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 = 337) AND (id_product_attribute = 25944) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1042 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25700) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1166 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26272) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1183 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26447) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1274 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26363) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
426 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 430) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.187
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)
|
737 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pswc_product_attribute`
WHERE `id_product` = 346 |
0.187
ms
|
84 |
|
|
/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)
|
1018 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25675) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1074 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25733) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 46177 |
0.186
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)
|
1361 |
SELECT SQL_NO_CACHE name, alias FROM `pswc_hook_alias` |
0.186
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)
/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_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
228 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 608) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.186
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)
|
530 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 434 AND `id_group` = 1 LIMIT 1 |
0.186
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)
|
559 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 428 AND id_shop=1 LIMIT 1 |
0.186
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)
|
916 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26028) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.186
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1294 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26383) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.186
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
329 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 46145 |
0.185
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)
|
1117 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26223) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1276 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26365) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1292 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26381) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 26004) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1012 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25669) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1084 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25743) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1120 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26227) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1185 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26449) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 26056 LIMIT 1 |
0.184
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)
|
1171 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26277) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1309 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26398) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1346 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26435) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
109 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 26027 |
0.183
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)
|
1068 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25727) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1079 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25738) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 = 341) AND (id_product_attribute = 26224) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.183
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)
|
978 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26091) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1256 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26520) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
112 |
SELECT SQL_NO_CACHE 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` = 29368 LIMIT 1 |
0.182
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)
|
704 |
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `pswc_customization_field`
WHERE `id_product` = 346
AND `required` = 1 AND `is_deleted` = 0 |
0.182
ms
|
3 |
|
|
/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)
|
947 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26060) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
189 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 26447 |
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)
|
285 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 187 LIMIT 1 |
0.181
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)
|
1003 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25660) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1157 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26264) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1188 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26452) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1299 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26388) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/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 SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 609) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.180
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)
|
470 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 426 AND `id_group` = 1 LIMIT 1 |
0.180
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)
|
118 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 342) AND (id_product_attribute = 29368) 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)
|
287 |
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` = 46165 LIMIT 1 |
0.179
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)
|
1043 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25701) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1167 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26273) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
880 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 25996) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
443 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 432) AND (id_product_attribute = 46213) 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: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)
|
116 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 342) 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)
|
516 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 431) 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)
|
869 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 25985) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.177
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1139 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26246) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.177
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
268 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 46169 |
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)
|
937 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26049) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.177
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
380 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 416 AND `id_group` = 1 LIMIT 1 |
0.176
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)
|
163 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 344 AND id_shop=1 LIMIT 1 |
0.176
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)
|
321 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 466) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.176
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)
|
347 |
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` = 46141 LIMIT 1 |
0.176
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)
|
482 |
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` = 46229 LIMIT 1 |
0.176
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)
|
554 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 46205 |
0.176
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)
|
983 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26096) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1069 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25728) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
546 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 435) AND (id_product_attribute = 0) 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: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)
|
592 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 437) AND (id_product_attribute = 0) 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: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)
|
961 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26074) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1070 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25729) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1237 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26501) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1277 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26366) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
191 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 187 LIMIT 1 |
0.174
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)
|
242 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 607 AND id_shop=1 LIMIT 1 |
0.174
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)
|
854 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 25970) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
962 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26075) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 25696 LIMIT 1 |
0.174
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)
|
206 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 187 LIMIT 1 |
0.173
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)
|
707 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 26476 |
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/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)
|
709 |
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` = 26392 LIMIT 1 |
0.173
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)
|
1058 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25717) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1265 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26529) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1319 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26408) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
407 |
SELECT SQL_NO_CACHE 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` = 46225 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)
|
1022 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25679) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 424) AND (id_product_attribute = 46137) 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)
|
518 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 431) AND (id_product_attribute = 46201) 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)
|
890 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 26006) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
542 |
SELECT SQL_NO_CACHE 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` = 46205 LIMIT 1 |
0.172
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)
|
858 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 25974) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
949 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26062) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 = 337) AND (id_product_attribute = 25993) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1044 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25702) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1266 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26530) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.171
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)
|
1066 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25725) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
252 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 46176 |
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)
|
394 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 433 AND id_shop=1 LIMIT 1 |
0.170
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)
|
437 |
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` = 46213 LIMIT 1 |
0.170
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)
|
569 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 46189 |
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)
|
588 |
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` = 46193 LIMIT 1 |
0.170
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)
|
838 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 25953) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
846 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 25961) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1131 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26238) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
336 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 467) AND (id_product_attribute = 0) 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: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)
|
677 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 26056 |
0.169
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)
|
875 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 25991) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1122 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26229) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1316 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26405) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
548 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 435) AND (id_product_attribute = 46205) 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)
|
986 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26099) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1138 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26245) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1286 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26375) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1307 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26396) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
544 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 435 AND id_shop=1 LIMIT 1 |
0.168
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)
|
572 |
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` = 26363 LIMIT 1 |
0.168
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)
|
600 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 46193 |
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)
|
667 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 25968 |
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/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)
|
111 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 192 LIMIT 1 |
0.167
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)
|
1092 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26198) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1130 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26237) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1355 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26444) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
697 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 26224 |
0.167
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)
|
1039 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25697) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
316 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 187 LIMIT 1 |
0.166
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)
|
383 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 416) AND (id_product_attribute = 46133) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.166
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)
|
956 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26069) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1109 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26215) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
594 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 437) AND (id_product_attribute = 46193) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.165
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)
|
908 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 26024) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
924 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26036) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
953 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26066) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1008 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25665) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1020 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25677) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1060 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25719) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1186 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26450) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1223 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26487) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 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` = 46149 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)
|
441 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 432) 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)
|
541 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 187 LIMIT 1 |
0.164
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)
|
932 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26044) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1021 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25678) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1075 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25734) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1112 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26218) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1127 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26234) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1257 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26521) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1262 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26526) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
222 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 187 LIMIT 1 |
0.164
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)
|
968 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26081) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
889 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 26005) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1059 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25718) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1246 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26510) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 340 AND id_shop=1 LIMIT 1 |
0.163
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)
|
963 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26076) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1009 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25666) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1047 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25705) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 187 LIMIT 1 |
0.162
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)
|
897 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 26013) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1033 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25690) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
585 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 26363 |
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)
|
954 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26067) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1124 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26231) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1132 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26239) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 = 337) AND (id_product_attribute = 25945) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/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 = 337) AND (id_product_attribute = 25975) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
860 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 25976) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 = 337) AND (id_product_attribute = 25986) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
928 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26040) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1014 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25671) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
131 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 343 AND `id_group` = 1 LIMIT 1 |
0.161
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)
|
254 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 187 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)
|
344 |
SELECT SQL_NO_CACHE *
FROM `pswc_product_attribute_lang`
WHERE `id_product_attribute` = 46149 |
0.161
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)
|
481 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 187 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)
|
574 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 345 AND id_shop=1 LIMIT 1 |
0.161
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)
|
668 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 192 LIMIT 1 |
0.161
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)
|
708 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 192 LIMIT 1 |
0.161
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)
|
831 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 25946) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 = 337) AND (id_product_attribute = 25982) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 = 337) AND (id_product_attribute = 25989) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
934 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26046) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1045 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25703) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1126 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26233) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1187 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26451) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1226 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26490) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1288 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26377) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1347 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26436) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
319 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 466 AND id_shop=1 LIMIT 1 |
0.159
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)
|
698 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 192 LIMIT 1 |
0.159
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)
|
832 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 25947) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
839 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 25954) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 = 337) AND (id_product_attribute = 25958) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 = 337) AND (id_product_attribute = 25971) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 = 337) AND (id_product_attribute = 25979) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
882 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 25998) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 26026) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
955 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26068) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
984 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26097) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1100 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26206) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1123 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26230) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1227 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26491) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1233 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26497) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1243 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26507) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1295 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26384) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 `id_module` FROM `pswc_module_shop` WHERE `id_module` = 150 AND `id_shop` = 1 LIMIT 1 |
0.158
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)
|
861 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 25977) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
918 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26030) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
996 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26109) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1040 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25698) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1093 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26199) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1225 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26489) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1252 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26516) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1263 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26527) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1287 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26376) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1300 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26389) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 = 337) AND (id_product_attribute = 25987) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
891 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 26007) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
925 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26037) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
951 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26064) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
960 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26073) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1077 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25736) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1238 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26502) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 416 AND id_shop=1 LIMIT 1 |
0.157
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)
|
545 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 435 AND `id_group` = 1 LIMIT 1 |
0.157
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)
|
894 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 26010) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
958 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26071) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1023 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25680) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1076 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25735) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1095 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26201) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1230 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26494) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1235 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26499) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1236 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26500) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1264 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26528) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1297 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26386) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 = 337) AND (id_product_attribute = 25988) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
952 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26065) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
969 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26082) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1224 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26488) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1242 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26506) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1250 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26514) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1356 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26445) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
289 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 605 AND id_shop=1 LIMIT 1 |
0.156
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)
|
856 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 25972) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 = 337) AND (id_product_attribute = 25973) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/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 SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 26017) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 26025) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1024 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25681) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1298 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26387) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
395 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 433 AND `id_group` = 1 LIMIT 1 |
0.156
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)
|
876 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 25992) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/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 SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 26008) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
950 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26063) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1015 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25672) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1049 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25707) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1062 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25721) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1125 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26232) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1290 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26379) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1314 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26403) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
964 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26077) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1245 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26509) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1289 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26378) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 = 337) AND (id_product_attribute = 25950) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 = 337) AND (id_product_attribute = 25962) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 = 337) AND (id_product_attribute = 25963) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
893 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 26009) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
919 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26031) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1016 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25673) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1050 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25708) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1054 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25712) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1056 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25714) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1080 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25739) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1096 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26202) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1244 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26508) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1247 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26511) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1248 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26512) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1251 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26515) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1305 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26394) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
436 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 187 LIMIT 1 |
0.154
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)
|
514 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 431 AND id_shop=1 LIMIT 1 |
0.154
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)
|
836 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 25951) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 = 337) AND (id_product_attribute = 25980) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 = 337) AND (id_product_attribute = 25994) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 = 337) AND (id_product_attribute = 25995) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 = 337) AND (id_product_attribute = 25997) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 = 337) AND (id_product_attribute = 25999) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 = 337) AND (id_product_attribute = 26000) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/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 SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 26014) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
920 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26032) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
921 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26033) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
926 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26038) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
927 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26039) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
970 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26083) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
980 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26093) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
985 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26098) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1025 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25682) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1026 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25683) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1053 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25711) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1082 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25741) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1097 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26203) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1098 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26204) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1105 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26211) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1113 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26219) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1229 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26493) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1234 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26498) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1253 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26517) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1301 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26390) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1306 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26395) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1308 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26397) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1310 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26399) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1317 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26406) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1320 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26409) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 = 337) AND (id_product_attribute = 25955) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
841 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 25956) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 = 337) AND (id_product_attribute = 25964) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 = 337) AND (id_product_attribute = 25978) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 26015) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
933 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26045) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
972 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26085) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
973 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26086) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
974 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26087) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
976 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26089) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1029 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25686) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1030 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25687) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1051 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25709) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1055 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25713) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1081 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25740) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1104 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26210) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1110 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26216) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1114 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26220) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1228 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26492) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1240 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26504) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1241 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26505) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1311 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26400) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1312 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26401) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1313 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26402) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1318 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26407) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
930 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26042) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
971 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26084) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
979 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26092) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1027 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25684) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1078 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25737) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1103 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26209) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1315 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26404) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 470 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)
|
833 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 25948) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 = 337) AND (id_product_attribute = 25981) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
965 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26078) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
990 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26103) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1061 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25720) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1116 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26222) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1231 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26495) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1239 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 346) AND (id_product_attribute = 26503) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
834 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 25949) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
931 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26043) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
935 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26047) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
981 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26094) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
987 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26100) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
989 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26102) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
991 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26104) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1032 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 343) AND (id_product_attribute = 25689) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1102 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26208) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1111 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26217) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
1302 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 345) AND (id_product_attribute = 26391) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2759 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:668 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:504 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:44 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4a/63/bc/4a63bc2c2b5e3351223b729d3edf04548f7ab983_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
571 |
SELECT SQL_NO_CACHE name FROM pswc_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 192 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)
|
975 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26088) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
988 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26101) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
992 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26105) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
993 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26106) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
994 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26107) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
929 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26041) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
977 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26090) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
982 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 26095) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 609 AND `id_group` = 1 LIMIT 1 |
0.150
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)
|
1115 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pswc_stock_available`
WHERE (id_product = 341) AND (id_product_attribute = 26221) 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_68762f56b81311_93557726)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:240 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ad/b0/59/adb059950325459b07de2f4df48d9593cbbe1b75_2.parent.catalog_partialsminiaturesproduct.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56b03ce5_78699368)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/a6/54/44/a65444bea80006236049bef73fc005de9a7774a0_2.file.product.tpl.php:42 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56a40659_07274685)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/09/e4/63/09e46320787cf6edaaa0769538086cc0cecaa719_2.file.productlist.tpl.php:33 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e78e2_24838690)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/4d/52/fc/4d52fce0d2c5fa502477c987f104d54194db7f2c_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f569e2387_65418789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/ec/9e/2b/ec9e2b12b7a8d2c0853dde165e9aa3f9406c1a55_2.file.layout-both-columns.tpl.php:87 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565aedc3_23399905)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/f5/c6/b6/f5c6b69a638c57b07663a35d27fa5e5db540d047_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f565510f3_12052235)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/66/3b/0e/663b0e10c15b74ee63f067442460bfe19a053eb5_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f5654b569_26192103)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/artemilayouts_layout_left_column_tpl/80/60/b3/8060b342e4d74fc56ebeb5eee13005388b83b193_2.file.category.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68762f56473714_68441481)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.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 `id_module` FROM `pswc_module` WHERE `name` = "gdprpro" LIMIT 1 |
0.149
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/core/dynamic-tags/dynamic-css.php:117 (getChildren)
/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)
|
115 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 342 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)
|
603 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `pswc_category` c
WHERE (c.`id_category` = 187) LIMIT 1 |
0.146
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)
|
320 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 466 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)
|
334 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 467 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)
|
590 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 437 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)
|
439 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pswc_product_shop`
WHERE `id_product` = 432 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)
|
99 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 340 AND `id_group` = 1 LIMIT 1 |
0.141
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)
|
455 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 424 AND `id_group` = 1 LIMIT 1 |
0.139
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)
|
290 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 605 AND `id_group` = 1 LIMIT 1 |
0.136
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)
|
515 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 431 AND `id_group` = 1 LIMIT 1 |
0.136
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)
|
274 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 471 AND `id_group` = 1 LIMIT 1 |
0.135
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)
|
604 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `pswc_category` c
WHERE (c.`id_category` = 2) LIMIT 1 |
0.133
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)
|
365 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 470 AND `id_group` = 1 LIMIT 1 |
0.133
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)
|
440 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 432 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)
|
591 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 437 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)
|
575 |
SELECT SQL_NO_CACHE `reduction`
FROM `pswc_product_group_reduction_cache`
WHERE `id_product` = 345 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)
|
757 |
SELECT SQL_NO_CACHE `id_module` FROM `pswc_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.119
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/core/dynamic-tags/dynamic-css.php:117 (getChildren)
/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)
|